--- // Import the necessary components import MainLayout from '@/layouts/MainLayout.astro'; import ContactSection from '@components/sections/misc/ContactSection.astro'; import { SITE } from '@data/constants'; const pageTitle: string = `Contact | ${SITE.title}`; const metaDescription = 'Request a Tenantial walkthrough or start a scoped rollout conversation. The public website does not collect live tenant data.'; const ogTitle = 'Contact | Tenantial'; ---