6 Commits

Author SHA1 Message Date
672a54e9b3 Update src/app/page.tsx 2026-03-15 17:31:34 +00:00
5781dece17 Merge version_2 into main
Merge version_2 into main
2026-03-15 17:30:01 +00:00
6a05a23231 Update src/app/page.tsx 2026-03-15 17:29:57 +00:00
358bba25d4 Merge version_1 into main
Merge version_1 into main
2026-03-15 17:29:04 +00:00
8e1ca3bb69 Merge version_1 into main
Merge version_1 into main
2026-03-15 17:28:39 +00:00
5a6c4ba42d Merge version_1 into main
Merge version_1 into main
2026-03-15 17:28:16 +00:00

View File

@@ -146,7 +146,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardNine <PricingCardNine
title="Simple, Transparent Pricing" title="Simple, Transparent Pricing"
description="Choose the rental plan that fits your needs. All plans include insurance, roadside assistance, and unlimited mileage." description="Simple, Transparent Pricing — Trusted by 5,000+ customers with zero hidden fees. All plans include insurance, roadside assistance, and unlimited mileage."
tag="Pricing Plans" tag="Pricing Plans"
tagIcon={CreditCard} tagIcon={CreditCard}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -155,13 +155,6 @@ export default function LandingPage() {
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
plans={[ plans={[
{
id: "daily", title: "Daily Rental", price: "From $49", period: "per day", features: [
"Full insurance coverage", "24/7 roadside assistance", "Unlimited mileage", "GPS navigation included", "Free vehicle pickup"
],
button: { text: "Book Daily", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg?_wi=2", imageAlt: "Compact city car pricing"
},
{ {
id: "weekly", title: "Weekly Rental", price: "$289", period: "per week", features: [ id: "weekly", title: "Weekly Rental", price: "$289", period: "per week", features: [
"All Daily features included", "15% savings on daily rate", "Free car wash service", "Complimentary upgrade available", "Flexible drop-off locations" "All Daily features included", "15% savings on daily rate", "Free car wash service", "Complimentary upgrade available", "Flexible drop-off locations"
@@ -169,6 +162,13 @@ export default function LandingPage() {
button: { text: "Book Weekly", href: "#" }, button: { text: "Book Weekly", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg?_wi=2", imageAlt: "Premium sedan pricing" imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18968.jpg?_wi=2", imageAlt: "Premium sedan pricing"
}, },
{
id: "daily", title: "Daily Rental", price: "From $49", period: "per day", features: [
"Full insurance coverage", "24/7 roadside assistance", "Unlimited mileage", "GPS navigation included", "Free vehicle pickup"
],
button: { text: "Book Daily", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/business-hours-announcement-window_53876-14893.jpg?_wi=2", imageAlt: "Compact city car pricing"
},
{ {
id: "monthly", title: "Monthly Rental", price: "$899", period: "per month", features: [ id: "monthly", title: "Monthly Rental", price: "$899", period: "per month", features: [
"All Weekly features included", "30% savings on daily rate", "Premium vehicle class", "Personal account manager", "VIP customer support" "All Weekly features included", "30% savings on daily rate", "Premium vehicle class", "Personal account manager", "VIP customer support"
@@ -323,4 +323,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }