page.tsx

src/app/(default)/contact/page.tsx
import { PageWrapper } from '@/components/page-wrapper'
import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'
import ContactForm from './_blocks/contact-form'
import ContactInfo from './_blocks/contact-info'
function Content() {
return (
<>
<ContactForm />
<ContactInfo />
</>
)
}
const metadata: PageMetadata = {
title: 'Contact Us - Interior Design Consultation',
description:
'Get in touch with our interior design team for a complimentary consultation. Located in the Design District, we specialize in residential and commercial design projects.',
slug: 'contact',

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