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