2 Commits

Author SHA1 Message Date
132f25c2cb Update src/app/page.tsx 2026-04-22 05:37:12 +00:00
6a067fe0c9 Merge version_1 into main
Merge version_1 into main
2026-04-22 05:25:48 +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>
);
}
}