Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0f933c9b1 | |||
| f5a8613bb7 | |||
| 657aa23cd0 | |||
| 441c1aa128 |
@@ -246,11 +246,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Requirements?", content: "Valid license and ID."},
|
||||
id: "f1", title: "What are the rental duration options?", content: "We offer flexible rental periods ranging from daily (24 hours) to weekly or monthly rates. Custom long-term packages are available upon request."},
|
||||
{
|
||||
id: "f2", title: "Insurance?", content: "Fully covered."},
|
||||
id: "f2", title: "What is your deposit policy?", content: "A refundable security deposit is required for all bookings. The exact amount depends on the vehicle class, and it is released fully upon safe return of the car."},
|
||||
{
|
||||
id: "f3", title: "Location?", content: "Lapraka area."},
|
||||
id: "f3", title: "What are the pickup requirements?", content: "Please bring a valid driver's license (held for at least 2 years), your national ID or passport, and a valid credit/debit card for payment and deposit processing."},
|
||||
]}
|
||||
title="Need Help?"
|
||||
description="Answers to common questions."
|
||||
@@ -304,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user