ContactUs6
The ContactUs6 component displays a contact section with a map, contact details, and a form, using a responsive layout with Material UI and Next.js.
Last updated
The ContactUs6 component displays a contact section with a map, contact details, and a form, using a responsive layout with Material UI and Next.js.
Last updated
Component path: src/blocks/contact-us/ContactUs6.tsx
Component usage path: src/app/blocks/contact-us/contact-us6/page.tsx
Preview link:
heading
string
Main title of the contact section.
"Get in Touch"
caption
string
(optional)
Additional information or context under the heading.
"We are here to assist you. Reach out through any of the following methods:"
contactDetails
ContactProps
Contains contact information displayed in ContactCard
components.
{ address: "123 Main Street, Hometown", phone: "+1234567890", email: "support@example.com", time: "Mon-Fri: 9am - 6pm" }