diff --git a/src/app/page.tsx b/src/app/page.tsx index 81144c1..4f369cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Briefcase, Phone, Shield, Sparkles, Star, Hotel, Plane } from "lucide-react"; +import { Briefcase, Phone, Shield, Sparkles, Star, Car, Fuel } from "lucide-react"; export default function LandingPage() { return ( @@ -34,7 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Destinations", id: "products" }, + { name: "Fleet", id: "products" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -45,25 +45,26 @@ export default function LandingPage() {
@@ -74,32 +75,32 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Tailored Itineraries", description: "Every moment perfectly aligned with your desires.", media: { imageSrc: "http://img.b2bpic.net/free-photo/travel-relaxation-umbrella-luxury-hotels_1253-653.jpg", imageAlt: "maldives luxury villa overwater" }, + title: "Elite Selection", description: "Choose from the world's most prestigious marques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sports-car-parking-luxury-hotel_1253-653.jpg", imageAlt: "luxury sports car valet" }, items: [ - { icon: Plane, text: "Personalized flight scheduling" }, - { icon: Briefcase, text: "Private concierge service" }, + { icon: Car, text: "Curated supercar collection" }, + { icon: Sparkles, text: "Impeccably maintained vehicles" }, ], reverse: false, }, { - title: "Luxury Accommodations", description: "Staying at the world's finest addresses.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33597.jpg", imageAlt: "bali luxury resort pool" }, + title: "Seamless Delivery", description: "Where you need it, when you need it.", media: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-details_1157-33597.jpg", imageAlt: "luxury car interior" }, items: [ - { icon: Hotel, text: "Handpicked elite properties" }, - { icon: Star, text: "Exclusive amenities" }, + { icon: Fuel, text: "Personalized vehicle hand-over" }, + { icon: Shield, text: "Full premium insurance coverage" }, ], reverse: true, }, { - title: "24/7 Global Care", description: "Constant support throughout your travels.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15404.jpg", imageAlt: "bora bora luxury vacation" }, + title: "24/7 Concierge", description: "Your driving partner around the clock.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coastal-highway-view_1303-15404.jpg", imageAlt: "coastal highway driving" }, items: [ - { icon: Phone, text: "Always-available dedicated assistant" }, - { icon: Shield, text: "Comprehensive travel insurance" }, + { icon: Phone, text: "Round-the-clock support" }, + { icon: Star, text: "Custom route planning assistance" }, ], reverse: false, }, ]} - title="Unrivaled Luxury Services" - description="Our services go beyond standard travel, ensuring comprehensive care from start to finish." + title="Unrivaled Rental Experience" + description="Our service prioritizes your driving pleasure with a streamlined, premium rental process." /> @@ -110,15 +111,15 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Maldives Paradise", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/maldives-house-exotic-travel-sea_1203-5358.jpg", imageAlt: "maldives luxury villa overwater" }, - { id: "2", name: "Bali Sanctuary", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33596.jpg", imageAlt: "bali luxury resort pool" }, - { id: "3", name: "Bora Bora Retreat", price: "$15,000", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-woman-white-top-pants-vacation-sailing-thai-wooden-boat-travel-concept-female-khao-sok-national-park_343596-1143.jpg", imageAlt: "bora bora luxury vacation" }, - { id: "4", name: "Seychelles Escape", price: "$9,800", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-smile-happy-around-beach-sea-ocean-with-coconut-palm-tree-holiday-vacation_74190-9068.jpg", imageAlt: "seychelles luxury resort beach" }, - { id: "5", name: "Fiji Island Bliss", price: "$11,200", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9765.jpg", imageAlt: "fiji luxury villa resort" }, - { id: "6", name: "Mauritius Shores", price: "$7,500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool_74190-9726.jpg", imageAlt: "mauritius luxury resort travel" }, + { id: "1", name: "Grand Tourer Coupe", price: "$1,200/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-coupe-silver_1203-5358.jpg", imageAlt: "luxury silver coupe" }, + { id: "2", name: "Exotic Roadster", price: "$1,800/day", imageSrc: "http://img.b2bpic.net/free-photo/roadster-sunset_1157-33596.jpg", imageAlt: "exotic roadster sunset" }, + { id: "3", name: "Performance Sedan", price: "$950/day", imageSrc: "http://img.b2bpic.net/free-photo/performance-sedan-city_343596-1143.jpg", imageAlt: "luxury performance sedan" }, + { id: "4", name: "Luxury SUV", price: "$1,100/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-suv-mountain_74190-9068.jpg", imageAlt: "luxury suv mountain" }, + { id: "5", name: "Sport GT", price: "$1,400/day", imageSrc: "http://img.b2bpic.net/free-photo/sport-gt-coastal_74190-9765.jpg", imageAlt: "sport gt car coastal" }, + { id: "6", name: "Classic Convertible", price: "$850/day", imageSrc: "http://img.b2bpic.net/free-photo/classic-convertible-city_74190-9726.jpg", imageAlt: "classic luxury convertible" }, ]} - title="Elite Destinations" - description="Discover curated havens of relaxation and adventure." + title="The Elite Fleet" + description="Select the perfect vehicle for your journey." /> @@ -128,15 +129,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sophia Bennett", handle: "@sophia.b", testimonial: "Two Oceans crafted an itinerary beyond all expectations. Simply flawless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-posing_23-2148687137.jpg" }, - { id: "2", name: "James Sterling", handle: "@sterling.j", testimonial: "Service of a calibre I have rarely encountered. Truly luxury travel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-palm-trees-rock-cloudy-sky_181624-11836.jpg" }, - { id: "3", name: "Isabella Rossi", handle: "@rossi.isa", testimonial: "Every detail handled with grace and professionalism. An absolute delight.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-beach-male-model-with-shaved-head-sunglasses-smiling-brightly-camera-portrait-vacation-beauty-concept_74855-23319.jpg" }, - { id: "4", name: "Marcus Thorne", handle: "@thorne.m", testimonial: "Our honeymoon in Bali was perfection from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg" }, - { id: "5", name: "Elena Vance", handle: "@elena.v", testimonial: "Exceptional care, unmatched elegance, and complete peace of mind.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-laptop-while-resting-swing-poolside-home_231208-9974.jpg" }, + { id: "1", name: "Julian V.", handle: "@julian.v", testimonial: "The car was pristine and the rental process was the easiest I've ever experienced.", rating: 5 }, + { id: "2", name: "Maria L.", handle: "@maria.drive", testimonial: "Driving the Roadster along the coast was the highlight of my trip. Truly exceptional service.", rating: 5 }, + { id: "3", name: "Robert S.", handle: "@robert.s", testimonial: "Professionalism and attention to detail make this the go-to service for luxury car rentals.", rating: 5 }, + { id: "4", name: "Sarah K.", handle: "@sarah.k", testimonial: "Seamless delivery and pick-up. I felt like a VIP from start to finish.", rating: 5 }, + { id: "5", name: "David M.", handle: "@david.m", testimonial: "Unmatched fleet quality and friendly support. Highly recommended.", rating: 5 }, ]} showRating={true} - title="Client Journeys" - description="Hear from those who have experienced our unique perspective on travel." + title="Driver Reviews" + description="Hear from our clients who choose the best for their travels." /> @@ -147,12 +148,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "15+", description: "Years of expertise" }, - { id: "m2", value: "500+", description: "Bespoke itineraries" }, - { id: "m3", value: "98%", description: "Client satisfaction rate" }, + { id: "m1", value: "50+", description: "Premium vehicles" }, + { id: "m2", value: "1.2k+", description: "Satisfied drivers" }, + { id: "m3", value: "24/7", description: "Rental support" }, ]} - title="Our Impact" - description="Excellence defined through our years of dedicated service." + title="Fleet Performance" + description="Excellence defined by miles of luxury." /> @@ -160,9 +161,9 @@ export default function LandingPage() { @@ -170,16 +171,16 @@ export default function LandingPage() {