Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 16:43:33 +00:00
parent e3d93f8484
commit 93e60fd233

View File

@@ -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}
/>
</div>
@@ -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() {
<TextSplitAbout
title="Multiple Ways to Reach Us"
description={[
"Whether you prefer email, a quick chat, or a scheduled demo, we're here. The FIOVA team builds in public and stays close to our community.",
"Questions about features? Interested in the beta? Want to explore a custom plan? Pick your channel and let's connect.",
]}
"Whether you prefer email, a quick chat, or a scheduled demo, we're here. The FIOVA team builds in public and stays close to our community.", "Questions about features? Interested in the beta? Want to explore a custom plan? Pick your channel and let's connect."]}
useInvertedBackground={true}
showBorder={false}
/>
@@ -104,32 +82,18 @@ export default function ContactPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What's the fastest way to get early access?",
content: "Fill out the form below or reply to any email from us. We process access requests daily and typically onboard within 48 hours. Priority goes to founders and creators building meaningful communities.",
},
id: "1", title: "What's the fastest way to get early access?", content: "Fill out the form below or reply to any email from us. We process access requests daily and typically onboard within 48 hours. Priority goes to founders and creators building meaningful communities."},
{
id: "2",
title: "Can I schedule a demo before joining?",
content: "Absolutely. Book a 20-minute walkthrough with a FIOVA expert. We'll show you how the platform works for your specific use case and answer all your questions.",
},
id: "2", title: "Can I schedule a demo before joining?", content: "Absolutely. Book a 20-minute walkthrough with a FIOVA expert. We'll show you how the platform works for your specific use case and answer all your questions."},
{
id: "3",
title: "Is there a free trial?",
content: "Beta access is completely free. No credit card required. When we launch paid tiers, current beta users get grandfathered pricing for life.",
},
id: "3", title: "Is there a free trial?", content: "Beta access is completely free. No credit card required. When we launch paid tiers, current beta users get grandfathered pricing for life."},
{
id: "4",
title: "What if I have technical questions?",
content: "We have a dedicated support team and an active Discord community. Get answers from the core team or other builders who've already implemented FIOVA.",
},
id: "4", title: "What if I have technical questions?", content: "We have a dedicated support team and an active Discord community. Get answers from the core team or other builders who've already implemented FIOVA."},
]}
ctaTitle="Ready to Build Your Operating System?"
ctaDescription="Join the beta. Free during early access. No credit card required."
ctaButton={{
text: "Get Early Access",
href: "#",
}}
text: "Get Early Access", href: "#"}}
ctaIcon={Sparkles}
useInvertedBackground={true}
animationType="blur-reveal"
@@ -143,19 +107,13 @@ export default function ContactPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/fiova",
ariaLabel: "Twitter",
},
href: "https://twitter.com/fiova", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/fiova",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/fiova", ariaLabel: "LinkedIn"},
{
icon: Youtube,
href: "https://youtube.com/@fiova",
ariaLabel: "YouTube",
},
href: "https://youtube.com/@fiova", ariaLabel: "YouTube"},
]}
/>
</div>