src/app/(default)/meet-the-team/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Banner from './_blocks/banner'import Intro from './_blocks/intro'import Philosophy from './_blocks/philosophy'import Profile from './_blocks/profile'import Profile2 from './_blocks/profile-2'import Profile3 from './_blocks/profile-3'import Profile4 from './_blocks/profile-4'import Profile5 from './_blocks/profile-5'function Content() {return (<><Banner /><Intro /><Philosophy /><Profile /><Profile2 />
Showing the first 20 lines.
Get full code