diff --git a/src/app/page.tsx b/src/app/page.tsx index 636ee70..74f2789 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,7 +218,7 @@ export default function LandingPage() { { id: "q2", title: "Do I need insurance?", content: "We offer comprehensive insurance packages."}, { - id: "q3", title: "What documents are required?", content: "Valid driver's license and a credit card."}, + id: "q3", title: "What documents are required?", content: "Valid driver's license (international accepted), proof of age (must be at least 23), and a valid credit card."}, ]} title="Frequently Asked" description="Answers to your rental questions." @@ -265,4 +265,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file