Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 22:11:58 +00:00
parent 5ed4824831
commit 03ce0d5f9d

View File

@@ -57,7 +57,6 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Ultraspeed"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS9gOyc8R9tNGil9EtTzxBJzBv/uploaded-1772575677052-5rfflgk7.png"
navItems={navItems}
button={{ text: "Contact Us", href: "/contact" }}
animateOnLoad={true}
@@ -103,11 +102,14 @@ export default function ContactPage() {
description="Find quick answers to frequently asked questions about contacting us and our services."
faqs={[
{
id: "1", title: "What's the best way to reach your team?", content: "You can reach us via email, phone, or by filling out the contact form on this page. We typically respond within 24 hours during business days."},
id: "1", title: "What's the best way to reach your team?", content: "You can reach us via email, phone, or by filling out the contact form on this page. We typically respond within 24 hours during business days."
},
{
id: "2", title: "Do you offer consultations before purchase?", content: "Absolutely! We recommend a consultation to discuss your needs, budget, and preferences. This helps us find the perfect vehicle for you."},
id: "2", title: "Do you offer consultations before purchase?", content: "Absolutely! We recommend a consultation to discuss your needs, budget, and preferences. This helps us find the perfect vehicle for you."
},
{
id: "3", title: "Can I get updates on the import process?", content: "Yes. We provide regular updates at every stage of your import. You'll receive email and phone updates so you're always informed."},
id: "3", title: "Can I get updates on the import process?", content: "Yes. We provide regular updates at every stage of your import. You'll receive email and phone updates so you're always informed."
},
]}
faqsAnimation="slide-up"
textboxLayout="default"