Merge version_3 into main #5
@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Award, Briefcase, Calendar, Car, Clock, Plane, Users } from 'lucide-react';
|
||||
import { Award, Briefcase, Calendar, Car, Clock, Plane, Users, MapPin, Zap, Headphones, TrendingUp } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Calendar, label: "Daily Rentals", value: "Flexible" },
|
||||
{ icon: Plane, label: "Airport Pickups", value: "24/7" },
|
||||
{ icon: Briefcase, label: "Corporate Programs", value: "Premium" },
|
||||
{ icon: Clock, label: "Long-term Rentals", value: "Available" }
|
||||
{ icon: Calendar, label: "Flexible Daily Bookings", value: "365 Days" },
|
||||
{ icon: MapPin, label: "Seamless Airport Service", value: "24/7 Ready" },
|
||||
{ icon: Briefcase, label: "Dedicated Corporate Solutions", value: "Custom Plans" },
|
||||
{ icon: TrendingUp, label: "Extended Lease Programs", value: "Discounted" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user