Contact form with name, email, subject, and message fields plus an optional info sidebar.
npx bouncekit@latest add contactsectionUsage
import { ContactSection } from "@/components/marketing/contact-section"Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | — | Section heading. |
description | string | — | Supporting description. |
info | ContactInfo | — | Contact details { email, phone, address }. |
onSubmit | (data: FormData) => void | — | Form submit handler. |