src/app/(hero-dark)/layout-4/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Hero from './_blocks/hero'import Features from './_blocks/features'import Featured from './_blocks/featured'import Menu from './_blocks/menu'import Ingredients from './_blocks/ingredients'import Testimonial from './_blocks/testimonial'import Reservation from './_blocks/reservation'function Content() {return (<><Hero /><Features /><Featured /><Ingredients /><Menu /><Testimonial />
Showing the first 20 lines.
Get full code