page.tsx

src/app/(default)/commercial/page.tsx
import { PageWrapper } from '@/components/page-wrapper'
import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'
import Hero from './_blocks/hero'
import Overview from './_blocks/overview'
import CallToAction from './_blocks/call-to-action'
import Banner from './_blocks/banner'
import Testimonial from './_blocks/testimonial'
function Content() {
return (
<>
<Hero />
<Overview />
<CallToAction />
<Banner />
<Testimonial />
</>
)
}

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC