--- // Import necessary components from individual files import EmailInput from './input/EmailInput.astro'; import TextAreaInput from './input/TextAreaInput.astro'; import AuthBtn from '@components/ui/buttons/AuthBtn.astro'; // Config object for customization of the component const config = { id: 'hs-toggle-between-modals-recover-modal', // Modal identifier title: 'Prepare email context', // Main heading subTitle: 'Need a walkthrough instead?', // Sub-heading text contactBtn: 'Open contact request', // Text for contact button contactBtnDataHS: '#hs-public-contact-modal', // Target link for contact button }; --- {/* Root element of the modal with id and styling */}