Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 132f25c2cb | |||
| 6a067fe0c9 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user