Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 05:37:16 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}