src/app/(default)/contact/page.tsximport { 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