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