--- // Import the necessary dependencies import EmailFooterInput from '@components/ui/forms/input/EmailFooterInput.astro'; import enStrings from '@utils/navigation.ts'; import BrandLogo from '@components/BrandLogo.astro'; import { SITE } from '@data/constants'; const strings = enStrings; // Define the variables that will be used in this component const sectionThreeTitle: string = 'Start a scoped conversation'; const sectionThreeContent: string = 'Use email for business contact context only. Do not send secrets, credentials, or tenant exports through the public website.'; ---