src/app/(hero-dark)/layout-7/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import About from './_blocks/about'import Archive from './_blocks/archive'import Subscribe from './_blocks/subscribe'import Testimonial from './_blocks/testimonial'import CallToAction from './_blocks/call-to-action'function Content() {return (<><Hero /><About /><Archive /><Subscribe /><Testimonial /><CallToAction /></>
Showing the first 20 lines.
Get full code