Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06da19a132 | |||
| 279d79cf7b | |||
| eb6cba6d31 | |||
| c79a0fa348 | |||
| 19f0b51a04 |
123
src/app/page.tsx
123
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, Gem } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Destinations", id: "products" },
|
||||
{ name: "Fleet", id: "products" },
|
||||
{ name: "Luxurious Cars", id: "luxurious-cars" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -45,25 +46,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Two Oceans Luxury Travels"
|
||||
description="Crafting extraordinary journeys to the world's most serene destinations. Experience unparalleled elegance and tailored travel experiences beyond imagination."
|
||||
buttons={[{ text: "Plan Your Journey", href: "#contact" }]}
|
||||
description="Elevate your journey with our premium fleet of exotic and luxury vehicles. Experience unparalleled elegance and performance on the open road."
|
||||
buttons={[{ text: "Reserve Your Vehicle", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-chairs-hotel-landscape-sky_1203-4616.jpg"
|
||||
imageAlt="luxury travel agency blue ocean"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-parked-scenic-coastal-road_1203-4616.jpg"
|
||||
imageAlt="luxury rental car scenic road"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Expertise"
|
||||
title="A Legacy of Extraordinary Travel"
|
||||
description="We don't just book trips; we curate life-changing moments. With a global reach and a focus on intimate, high-end experiences, we ensure every detail of your journey reflects absolute perfection."
|
||||
subdescription="Our passion is connecting you with the world's most breathtaking horizons."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-laptop_23-2149963928.jpg"
|
||||
tag="Our Fleet & Service"
|
||||
title="Defining Automotive Luxury"
|
||||
description="We specialize in curating an elite fleet for the discerning traveler. Our passion is providing the keys to your dream driving experience, ensuring every mile is a testament to style and refinement."
|
||||
subdescription="Luxury defined by the open road and uncompromising automotive quality."
|
||||
icon={Car}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/keys-luxury-sports-car-hand_23-2149963928.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="luxury travel agents office"
|
||||
imageAlt="hand holding luxury car keys"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,32 +75,50 @@ 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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="luxurious-cars" data-section="luxurious-cars">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Luxurious Selection"
|
||||
description="A curated list of our most exclusive and rare performance vehicles."
|
||||
tag="Exclusive Access"
|
||||
tagIcon={Gem}
|
||||
products={[
|
||||
{ id: "luxury-1", name: "Titan V12 Hypercar", price: "$4,500/day", imageSrc: "https://img.b2bpic.net/free-photo/luxury-supercar-red-studio_1203-9023.jpg", imageAlt: "red hypercar" },
|
||||
{ id: "luxury-2", name: "Azure Open-Top Grand Tourer", price: "$3,800/day", imageSrc: "https://img.b2bpic.net/free-photo/convertible-luxury-car-ocean-road_1203-8823.jpg", imageAlt: "blue convertible luxury car" },
|
||||
{ id: "luxury-3", name: "Midnight Phantom Edition", price: "$5,200/day", imageSrc: "https://img.b2bpic.net/free-photo/luxury-sedan-matte-black_1203-9112.jpg", imageAlt: "matte black luxury sedan" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,15 +129,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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -128,15 +147,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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,12 +166,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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,9 +179,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["AeroLux", "GrandResort", "OceanCruises", "EliteVoyage", "GlobalSky", "BoutiqueStay", "PrimeTravel"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with the world's most distinguished travel providers."
|
||||
names={["AutoElite", "LuxuryDrivers", "RoadMasters", "PremiumMarque", "GrandDrive", "EliteTransit", "CoastCruisers"]}
|
||||
title="Partners in Excellence"
|
||||
description="Collaborating with industry-leading automotive networks."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,16 +189,16 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Are you ready to plan your next extraordinary escape? Let's begin the journey."
|
||||
buttons={[{ text: "Contact Us Now", href: "#" }]}
|
||||
text="Ready to take the wheel of your dream car? Get in touch today for availability."
|
||||
buttons={[{ text: "Check Availability", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Destinations", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Concierge", href: "#" }, { label: "Insurance", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Fleet", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Concierge", href: "#" }, { label: "Rentals", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Two Oceans Luxury Travels"
|
||||
@@ -188,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user