Interactive contact section with split support channels, SLA response badge, and glassmorphic inquiry form.
Have a question, custom component inquiry, or need enterprise support? Our team is here to assist.
Fill in the details below and we will get back to you promptly.
Copy the full block below to use this component with its imports.
--- import { ContactGlassForm } from 'astro-component-kit'; --- <ContactGlassForm />
If you are not using the npm package, create a new file src/components/lib/ContactGlassForm.astro and paste the following code:
src/components/lib/ContactGlassForm.astro
--- import { ContactGlassForm } from 'astro-component-kit'; --- <ContactGlassForm badge="Get In Touch" title="Let's Build Something Exceptional Together" />
ContactGlassForm.astro