src/app/(default)/contact/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import { baseURL } from '@/app/metadata'import { buildPageSchema } from '@/utils/structured-data'import Hero from './_blocks/hero'import ContactForm from './_blocks/contact-form'import Testimonial from './_blocks/testimonial'const title = 'Contact'const description ='Get in touch with Founder Notes. Questions, feedback, or story ideas — send us a message and we will get back to you.'const metadata: PageMetadata = {title,description,slug: 'contact',alternates: {canonical: '/contact',},
Showing the first 20 lines.
Get full code