src/app/(default)/residential/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import Overview from './_blocks/overview'import Approach from './_blocks/approach'import Sustainability from './_blocks/sustainability'import Process from './_blocks/process'import Excellence from './_blocks/excellence'import Banner from './_blocks/banner'import Testimonial from './_blocks/testimonial'function Content() {return (<><Hero /><Overview /><Approach /><Sustainability /><Process />
Showing the first 20 lines.
Get full code