Merge version_3 into main #3
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user