diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9ae270f..e6b1cae 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,9 +31,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Early Access", - href: "#cta", - }} + text: "Get Early Access", href: "#cta"}} animateOnLoad={true} /> @@ -43,46 +41,28 @@ export default function ContactPage() { title="Get in Touch with FIOVA" description="Have questions about the platform? Want to join the beta? We'd love to hear from you." tag="Let's Talk" - imageSrc="http://img.b2bpic.net/free-vector/smart-home-management_23-2148629240.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-vector/smart-home-management_23-2148629240.jpg" imageAlt="FIOVA Contact" imagePosition="right" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} buttons={[ { - text: "Schedule Demo", - href: "#cta", - }, + text: "Schedule Demo", href: "#cta"}, { - text: "Send Message", - href: "#faq", - }, + text: "Send Message", href: "#faq"}, ]} buttonAnimation="slide-up" testimonials={[ { - name: "Sarah Johnson", - handle: "Course Creator", - testimonial: "The FIOVA team responds fast. They actually listen to feedback and ship features.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-adult-woman-posing_23-2148461438.jpg?_wi=8", - imageAlt: "Sarah Johnson", - }, + name: "Sarah Johnson", handle: "Course Creator", testimonial: "The FIOVA team responds fast. They actually listen to feedback and ship features.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-adult-woman-posing_23-2148461438.jpg", imageAlt: "Sarah Johnson"}, { - name: "Michael Chen", - handle: "Agency Owner", - testimonial: "Reached out with a question and got a thoughtful response within hours.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=8", - imageAlt: "Michael Chen", - }, + name: "Michael Chen", handle: "Agency Owner", testimonial: "Reached out with a question and got a thoughtful response within hours.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Michael Chen"}, { - name: "Emily Rodriguez", - handle: "Consultant", - testimonial: "Great support team. They help you get the most out of FIOVA.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=8", - imageAlt: "Emily Rodriguez", - }, + name: "Emily Rodriguez", handle: "Consultant", testimonial: "Great support team. They help you get the most out of FIOVA.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Emily Rodriguez"}, ]} useInvertedBackground={false} /> @@ -92,9 +72,7 @@ export default function ContactPage() { @@ -104,32 +82,18 @@ export default function ContactPage() {