Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 700b995e34 | |||
| 3afa7e284e | |||
| 5aa28dbc23 |
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -126,8 +126,8 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "daily", tag: "Daily Rental", tagIcon: Calendar,
|
id: "daily", tag: "Most Popular - Daily Rental", tagIcon: Star,
|
||||||
price: "$45", period: "/day", description: "Perfect for short trips and weekend getaways", button: { text: "Book Now", href: "#contact" },
|
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: [
|
featuresTitle: "Includes:", features: [
|
||||||
"Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free cancellation up to 24 hours"
|
"Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free cancellation up to 24 hours"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user