4 Commits

Author SHA1 Message Date
db56c6b01f Merge version_3 into main
Merge version_3 into main
2026-03-04 18:02:01 +00:00
700b995e34 Update src/app/page.tsx 2026-03-04 18:01:57 +00:00
3afa7e284e Update src/app/layout.tsx 2026-03-04 18:01:56 +00:00
5aa28dbc23 Merge version_2 into main
Merge version_2 into main
2026-03-04 18:00:13 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}