2025-07-02 11:47:23 +05:30

125 lines
8.7 KiB
JavaScript
Raw 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="event-team-area sp10">
<div className="container">
<div className="row">
<div className="col-lg-6 m-auto">
<div className="heading2 text-center space-margin60">
<h2>Marriage</h2>
</div>
</div>
</div>
<div className="row">
<div className="col-lg-12 m-auto">
<div className="event-widget-area">
<div className="row">
<div className="col-lg-10 m-auto">
<div className="event2-boxarea box1">
<h1 className="active">01</h1>
<div className="row align-items-center">
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img4.png" alt="" />
</div>
</div>
<div className="col-lg-1" />
<div className="col-lg-6">
<div className="content-area">
<div className="space20" />
<Link href="#" className="head">Domestic Unit</Link>
<div className="space24" />
<div className="row">
<div className="col-lg-10">
<div className="author-area">
<p>The average household size is five to six people, with preference for an extended nuclear family. It is not unusual for an old person or couple to live alone, especially if they have few assets. Occasionally there are joint families when there is land or a business to keep intact. Most Influential families also have a live-in servant or servant family. When Tamil men migrate to a city for work, they try to take their wives and children along, so there is not a severe deficit of females in Tamil cities, but this means that urbanized Families find their rural roots weakening.</p>
</div>
</div>
</div>
</div>
<div className="space30 d-lg-none d-block" />
</div>
</div>
</div>
</div>
</div>
<div className="space48" />
<div className="row">
<div className="col-lg-10 m-auto">
<div className="event2-boxarea box1">
<h1 className="active">02</h1>
<div className="row align-items-center">
<div className="col-lg-6">
<div className="content-area">
<div className="space20" />
<Link href="#" className="head">Inheritance</Link>
<div className="space24" />
<div className="row">
<div className="col-lg-10">
<div className="author-area">
<p> Under Tamil Hindu tradition, sons divide the land because they may live by cultivating it, and daughters get the mothers gold and jewels either as dowry or as Inheritance, but there are many exceptions and people can arrange their own wills.</p>
</div>
</div>
</div>
</div>
<div className="space30 d-lg-none d-block" />
</div>
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img5.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
<div className="space30" />
<div className="row">
<div className="col-lg-10 m-auto">
<div className="event2-boxarea box1">
<h1 className="active">03</h1>
<div className="row align-items-center">
<div className="col-lg-5">
<div className="img1">
<img src="/assets/img/all-images/event/event-img6.png" alt="" />
</div>
</div>
<div className="col-lg-1" />
<div className="col-lg-6">
<div className="content-area">
<div className="space20" />
<Link href="#" className="head">Socialization</Link>
<div className="space24" />
<div className="row">
<div className="col-lg-10">
<div className="author-area">
<p>Tamils are a child-friendly society where children grow up with a sense of well-being, less tension, and genuine hospitality. Adults freely care for children, passing them around, adopting relatives children, and feeding them by hand, with early toilet training and sudden weaning. Tamil culture values children through religious images and literature, and children learn wide verbal and emotional expression within family life. Girls help with housework early, boys do farm work, most children become literate, and girls have an important puberty ceremony linked to the Dravidian kinship system.</p>
</div>
</div>
</div>
</div>
<div className="space30 d-lg-none d-block" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</>
)
}