'use client' 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 */} ); }