src/app/(default)/before-after/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import Intro from './_blocks/intro'import About from './_blocks/about'import CallToAction from './_blocks/call-to-action'function Content() {return (<><Hero /><Intro /><About /><CallToAction /></>)}const metadata: PageMetadata = {
Showing the first 20 lines.
Get full code