src/app/(hero-dark)/layout-6/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import Story from './_blocks/story'import Hours from './_blocks/hours'import Gallery from './_blocks/gallery'import Testimonial from './_blocks/testimonial'import Shopping from './_blocks/shopping'function Content() {return (<><Hero /><Story /><Hours /><Gallery /><Testimonial /><Shopping /></>
Showing the first 20 lines.
Get full code