import type { Metadata } from "next" export const metadata: Metadata = { title: "Story of the Saree | Discover Tamil Heritage", description: "Learn the story, history, and cultural importance of the saree in Tamil heritage.", }; import Countdown from '@/components/elements/Countdown' import Layout from "@/components/layout/Layout" import Link from "next/link" import Section1 from '@/components/tamilculture/story-of-saree/Section1' import Section2 from '@/components/tamilculture/story-of-saree/Section2' export default function StoryOfSaree() { return ( <>

The Story Of The Saree

Home Tamil Culture
) }