4 Commits

Author SHA1 Message Date
e0f933c9b1 Update src/app/page.tsx 2026-04-26 13:59:29 +00:00
f5a8613bb7 Merge version_1 into main
Merge version_1 into main
2026-04-26 13:58:59 +00:00
657aa23cd0 Merge version_1 into main
Merge version_1 into main
2026-04-26 13:58:27 +00:00
441c1aa128 Merge version_1 into main
Merge version_1 into main
2026-04-26 13:57:57 +00:00

View File

@@ -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>
);
}
}