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 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