src/app/(hero)/layout-5/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import Gallery from './_blocks/gallery'import Services from './_blocks/services'import Testimonial from './_blocks/testimonial'import Pricing from './_blocks/pricing'function Content() {return (<><Hero /><Gallery /><Services /><Testimonial /><Pricing /></>)}
Showing the first 20 lines.
Get full code