Update src/app/contact/page.tsx

This commit is contained in:
2026-03-25 22:21:54 +00:00
parent a019b1beda
commit ec4d8d0913

View File

@@ -28,44 +28,26 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
name: "Home", id: "home"},
{
name: "Features", id: "features"},
{
name: "Progress", id: "metrics"},
{
name: "Trainers", id: "team"},
{
name: "Testimonials", id: "testimonials"},
{
name: "FAQ", id: "faq"},
{
name: "Pricing", id: "pricing"
},
{
name: "Features",
id: "features",
},
{
name: "Progress",
id: "metrics",
},
{
name: "Trainers",
id: "team",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{
name: "Pricing",
id: "pricing",
href: "/pricing",
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "contact"
}
]}
button={{
text: "Start Your Journey",
href: "/signup",
}}
text: "Start Your Journey", href: "/signup"}}
brandName="FitForge AI"
/>
</div>
@@ -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"
/>
</div>
@@ -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() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Pricing",
href: "/pricing",
},
label: "Pricing", href: "/pricing"},
{
label: "Features",
href: "/features",
},
label: "Features", href: "/features"},
{
label: "Dashboard",
href: "/dashboard",
},
label: "Dashboard", href: "/dashboard"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Trainers",
href: "/trainers",
},
label: "Trainers", href: "/trainers"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Support",
href: "/support",
},
label: "Support", href: "/support"},
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
],
},
}
]}
logoText="Build Your Ultimate Body"
copyrightText="© 2024 Build Your Ultimate Body. All rights reserved."