From b55f35e16ebccd57ff9614ea216bfa03b0709a0a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 17:12:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6da83f..5258cee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,11 +178,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "How do I get started with the platform?", content: "Getting started is simple. Just click the 'Get Started' button in the navigation, fill out the registration form, and you will receive an onboarding email within minutes."}, + id: "f1", title: "Do these car accessories come with a warranty?", content: "Yes, all our premium car accessories are backed by a comprehensive 12-month manufacturer's warranty covering any defects in materials or workmanship. We stand by our quality."}, { - id: "f2", title: "Is enterprise-grade security provided?", content: "Yes, we prioritize security by implementing industry-standard encryption, regular penetration testing, and robust data protection protocols to ensure your information remains safe."}, + id: "f2", title: "Are the installation processes complex?", content: "Most of our accessories are designed for 'plug-and-play' or 'bolt-on' installation. We include detailed, step-by-step video guides and digital manuals to ensure you can perform the installation safely and efficiently."}, { - id: "f3", title: "Can I scale my plan as my business grows?", content: "Absolutely. Our platform is designed to scale with your needs. You can easily upgrade your plan at any time from your account settings to access advanced features and higher usage limits."}, + id: "f3", title: "How can I verify compatibility with my vehicle?", content: "Our website features a 'Compatibility Checker' tool. Simply select your make, model, and year to instantly verify that the specific product is engineered for your vehicle's specifications."}, + { + id: "f4", title: "What is your quality control process?", content: "Each accessory undergoes rigorous field testing and environmental simulation to ensure it withstands road vibration, temperature extremes, and daily wear and tear for long-term reliability."}, + { + id: "f5", title: "Why are these priced differently than generic alternatives?", content: "Our pricing reflects the use of automotive-grade materials, precision engineering, and specialized testing. You are investing in long-term performance and peace of mind rather than temporary aftermarket fixes."}, ]} title="Common Questions" description="We are here to help answer your concerns." -- 2.49.1