ContactUs2
The ContactUs2 component that displays contact information in a responsive grid layout with background image and animations, including a form and contact details using themed cards and icons.
Last updated
The ContactUs2 component that displays contact information in a responsive grid layout with background image and animations, including a form and contact details using themed cards and icons.
Last updated
Component path: src/blocks/contact-us/ContactUs2.tsx
Component usage path: src/app/blocks/contact-us/contact-us2/page.tsx
Preview link:
heading
string
Main title of the contact section.
"Get in Touch"
caption
string
Additional description or context for the contact section.
"We'd love to hear from you. Reach out through any of the following methods:"
contactDetails
ContactProps
Contains address
, email
, and phone
for displaying contact information.
{ address: "123 Main Street", email: "sales@example.com", phone: "+1234567890" }
bgImage
BgImageProps
(Optional)
URL for the background image of the GraphicsCard
component in the contact section.
"url('/path/to/image.jpg')"