7 Commits

Author SHA1 Message Date
9f173d2453 Merge version_4 into main
Merge version_4 into main
2026-05-07 09:48:03 +00:00
6e2335c37c Update src/app/page.tsx 2026-05-07 09:47:57 +00:00
6d95570f3e Merge version_3 into main
Merge version_3 into main
2026-05-07 09:47:11 +00:00
7c23ed5563 Update src/app/page.tsx 2026-05-07 09:47:05 +00:00
6a11c18b98 Merge version_2 into main
Merge version_2 into main
2026-05-07 09:45:53 +00:00
c96ecd689c Update src/app/page.tsx 2026-05-07 09:45:47 +00:00
599f67425b Merge version_1 into main
Merge version_1 into main
2026-05-07 09:44:44 +00:00

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
],
},
{
id: "week", badge: "Weekly", price: "$299+", subtitle: "Ideal for business travel", features: [
id: "week", badge: "Weekly (Best Value)", price: "$299+", subtitle: "Save 20% compared to daily rates", features: [
"Free mileage", "Complimentary delivery"],
buttons: [
{
@@ -219,7 +219,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="BOOK NOW"
title="Start Your Journey Today"
description="Ready to drive? Sign up to receive exclusive offers and book your first car at a special rate."
description="Sign up to receive a 10% discount on your first rental booking."
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-student-using-laptop-headphones-education_7502-7468.jpg"
mediaAnimation="slide-up"
/>
@@ -255,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}