From ec4d8d09134a441380db19aef262487fc87450ac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 22:21:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 141 +++++++++++---------------------------- 1 file changed, 38 insertions(+), 103 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6cb837e..69859dc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,44 +28,26 @@ export default function LandingPage() { @@ -77,34 +59,22 @@ export default function LandingPage() { description="Have questions about our AI fitness platform, personalized plans, or need support? Reach out to us!" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - }, + name: "subject", type: "text", placeholder: "Subject"}, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSIvIThKQcK006fPu1CF1lDCQ8/a-futuristic-glassmorphic-customer-suppo-1774476371285-103a6a2d.png" imageAlt="Futuristic customer support interface" mediaAnimation="slide-up" mediaPosition="right" - buttonText="Send Message" /> @@ -114,25 +84,16 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What kind of support can I expect?", - content: "Our support team is available via email and chat during business hours. For Pro and Elite users, priority support is included.", - }, + id: "1", title: "What kind of support can I expect?", content: "Our support team is available via email and chat during business hours. For Pro and Elite users, priority support is included."}, { - id: "2", - title: "How long does it take to get a response?", - content: "We aim to respond to all inquiries within 24-48 hours. Priority support often receives a quicker response.", - }, + id: "2", title: "How long does it take to get a response?", content: "We aim to respond to all inquiries within 24-48 hours. Priority support often receives a quicker response."}, { - id: "3", - title: "Can I suggest new features?", - content: "Absolutely! We value user feedback. You can submit feature requests through your dashboard or by contacting support.", - }, + id: "3", title: "Can I suggest new features?", content: "Absolutely! We value user feedback. You can submit feature requests through your dashboard or by contacting support."}, ]} ctaTitle="Need Immediate Help?" ctaDescription="Connect with our support team for quick assistance or to schedule a demo." ctaButton={{ - text: "Call Support", + text: "Call Support" }} ctaIcon={Phone} /> @@ -143,12 +104,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Fitness Daily", - "BodyTech Magazine", - "GymFlow Blog", - "StrengthHub", - "Wellness Weekly", - ]} + "Fitness Daily", "BodyTech Magazine", "GymFlow Blog", "StrengthHub", "Wellness Weekly"]} title="Trusted by Fitness Enthusiasts Worldwide" description="Join our community and see why so many choose FitForge AI for their transformation." speed={30} @@ -160,56 +116,35 @@ export default function LandingPage() {