5 Commits

Author SHA1 Message Date
b29f26534d Merge version_4 into main
Merge version_4 into main
2026-04-20 09:48:28 +00:00
3c6769e8fa Update src/app/page.tsx 2026-04-20 09:48:22 +00:00
c917bafe4d Merge version_3 into main
Merge version_3 into main
2026-04-20 09:48:18 +00:00
e1ab68e7e6 Update src/app/page.tsx 2026-04-20 09:48:15 +00:00
d0d5c2ddc7 Merge version_2 into main
Merge version_2 into main
2026-04-20 09:38:02 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Drive Your Next Adventure in Lusaka"
title="Rent Your Perfect Ride in Lusaka"
description="Premium car rentals in Northmead, Lusaka. Choose from our wide selection and enjoy transparent daily pricing for your next journey."
testimonials={[
{
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}