Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cdfcba6f8 | |||
| 8d25ac59c2 | |||
| eb0abc559c | |||
| 3224e74c05 | |||
| 6718e75cd0 | |||
| 5912c6e503 |
@@ -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 (
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
description="Experience premium vehicle rentals tailored for professionals, executives, and travelers who demand excellence. Drive with confidence in our meticulously maintained luxury fleet."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Your Ride", href: "#booking" },
|
||||
{ text: "Reserve Your Luxury Car", href: "#booking" },
|
||||
{ text: "Explore Fleet", href: "#fleet" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
@@ -57,6 +57,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
containerClassName="py-20"
|
||||
buttonContainerClassName="flex flex-col-reverse md:flex-row gap-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,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>
|
||||
@@ -225,4 +226,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user