import type { Metadata } from "next" export const metadata: Metadata = { title: "Cultural Performance Registration | Apply Now", description: "Apply to perform at Tamil cultural events and showcase your talent on stage.", }; import Layout from "@/components/layout/Layout" import Section1 from "@/components/online/performance/Section1" import Section2 from "@/components/online/performance/Section2" import Section3 from "@/components/online/performance/Section3" import Link from "next/link" export default function performance() { return ( <>

Program Performance Registration

Home Online
) }