Sections

Contact Glass Form

Interactive contact section with split support channels, SLA response badge, and glassmorphic inquiry form.

contactformsupportchannelsinquiry
Live Preview
Get In Touch

Let's Build Something Exceptional Together

Have a question, custom component inquiry, or need enterprise support? Our team is here to assist.

Average response time: under 2 hours
Open Source GitHub github.com/astro-components
Community Discord discord.gg/astro-components

Send us a message

Fill in the details below and we will get back to you promptly.

Usage

Copy and paste this code into your Astro page:

astro
---
import { ContactGlassForm } from 'astro-component-kit';
---

<ContactGlassForm />
--- import { ContactGlassForm } from 'astro-component-kit'; --- <ContactGlassForm />

Manual Installation

If you are not using the npm package, create a new file src/components/sections/ContactGlassForm.astro and paste the following code:

astro
---
import { ContactGlassForm } from 'astro-component-kit';
---

<ContactGlassForm 
  badge="Get In Touch"
  title="Let's Build Something Exceptional Together"
/>
--- import { ContactGlassForm } from 'astro-component-kit'; --- <ContactGlassForm badge="Get In Touch" title="Let's Build Something Exceptional Together" />