import type { Metadata } from "next" export const metadata: Metadata = { title: "Meet Our Committee Members | Community Leaders", description: "Meet the dedicated committee members leading Tamil Culture Waterloo and organizing community initiatives.", }; import Layout from "@/components/layout/Layout"; import Section1 from "@/components/about/committee/Section1"; // adjust path if needed export default function CommitteePage() { return (

Committee

{/* Injecting Section1 which has dynamic communityData logic */} ); }