38 lines
2.9 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Link from 'next/link'
export default function Section1() {
return (
<>
<div className="about6-section-area sp4">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6 order-2 order-lg-1">
<div className="about6-header heading9">
<div className="img">
<img src="/assets/img/tamil-wedding/saree-1.webp"alt="" />
</div>
</div>
</div>
<div className="col-lg-6 order-1 order-lg-2 mb-5">
<div className="about6-header heading9">
<h2 className="text-anime-style-3">The Story Of The Saree</h2>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={600}>The Indian Saree (also spelled Sari, Seere, or Sadi) is one of the oldest surviving garments in the world, with a history that spans over 5000 years. It finds mention in the Vedas, the oldest existing literature dating back to 3000 B.C. While fashion trends and dress patterns have changed globally over time, the saree has endured, primarily because it remains the main attire for rural India. Even today, 75% of India's populationnow officially over a billionwear the saree regularly.</p>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={700}>What makes the saree truly unique is its versatility. It can be worn in several forms: as shorts, trousers, a flowing gown, or even a skirt-like drapeall without a single stitch! Derived from the Sanskrit word Chira (meaning cloth), the saree comes in varying lengths, typically between 5 to 9.5 yards. It can be draped loosely, folded, and pleated, transforming it from a functional working dress to an elegant party-wear outfit, all with skilled manual draping techniques.</p>
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={800}>For everyday wear, middle-class women usually opt for a 56 yard saree, as it allows ease of movement for household chores. Women from the working class often tuck the saree above the ankles, and when working in water or fields, they further adjust it by tucking the front pleats between the legs to the back and wrapping the upper portion around the waist. This draping style allows complete freedom of movement for both hands and legs, making it as practical as it is graceful.</p>
</div>
</div>
</div>
</div>
</div>
</>
)
}