From e0a3eb43d451b9969f2d8156a3748a8d61c86255 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77cced3..5874b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -207,6 +207,10 @@ export default function LandingPage() { id: "f2", title: "Can I test drive cars?", content: "Absolutely. Appointments can be scheduled through our concierge service."}, { id: "f3", title: "What finance options are available?", content: "We work with top-tier financial partners to provide tailored lending solutions."}, + { + id: "f4", title: "What is your standard delivery timeline?", content: "We typically process and ship your vehicle within 7-14 business days, depending on your location and preparation requirements."}, + { + id: "f5", title: "What is the duration of your warranty?", content: "All our certified vehicles come with a comprehensive 24-month or 25,000-mile bumper-to-bumper warranty for complete peace of mind."}, ]} title="Common Questions" description="Everything you need to know about our services." @@ -268,4 +272,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1