Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-26 13:59:33 +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>
);
}
}