From 3afa7e284ec531b252b67e53ccbb8e0722478619 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:01:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6ff7b79..0658760 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 700b995e34b2daf0c0655cfbed38208758e36cf9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:01:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29bfe8a..7fda873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Calendar, CreditCard, Heart, MapPin, Shield, Sparkles, Users, Zap } from 'lucide-react'; +import { Award, Calendar, CreditCard, Heart, MapPin, Shield, Sparkles, Users, Zap, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -126,8 +126,8 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "daily", tag: "Daily Rental", tagIcon: Calendar, - price: "$45", period: "/day", description: "Perfect for short trips and weekend getaways", button: { text: "Book Now", href: "#contact" }, + id: "daily", tag: "Most Popular - Daily Rental", tagIcon: Star, + price: "$45", period: "/day", description: "Perfect for short trips and weekend getaways. Your ideal starting point for any adventure.", button: { text: "Book Now", href: "#contact" }, featuresTitle: "Includes:", features: [ "Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free cancellation up to 24 hours" ] @@ -270,4 +270,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1