From 132f25c2cb054e2b9b31bdaf700f9a1cfbeda670 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:37:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c5df89..0f4459a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,8 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "How do I sell my car?", content: "Submit details via our form, get a quote, and we handle pickup." }, { id: "q2", title: "Is delivery nationwide?", content: "Yes, we ship to all 50 states." }, - { id: "q3", title: "Do you offer financing?", content: "We work with top banks for flexible rates." } + { id: "q3", title: "Do you offer financing?", content: "We work with top banks for flexible rates." }, + { id: "q4", title: "What documents are required for sale?", content: "You will need a valid ID, vehicle title, and proof of ownership to complete the sale." } ]} title="Common Questions" description="Get answers quickly." @@ -175,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1