diff --git a/src/app/page.tsx b/src/app/page.tsx index 29bf691..7ab7bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file