From 6a05a23231833ef47355471b02e18fbe7434f352 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 17:29:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff3acf5..d5432ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,13 +155,6 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" 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: [ "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: "#" }, 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: [ "All Weekly features included", "30% savings on daily rate", "Premium vehicle class", "Personal account manager", "VIP customer support" -- 2.49.1