Update src/app/page.tsx
This commit is contained in:
189
src/app/page.tsx
189
src/app/page.tsx
@@ -29,78 +29,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Tours",
|
||||
id: "/tours",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Airport Transfer",
|
||||
id: "/airport-transfer",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Tours", id: "/tours" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Airport Transfer", id: "/airport-transfer" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Indigo Voyages"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Exclusive Journeys & Premium Transport"
|
||||
description="Experience unparalleled luxury travel with our curated tours and VIP airport transfer services designed for the modern explorer."
|
||||
tag="Indigo Voyages"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Tours",
|
||||
href: "/tours",
|
||||
},
|
||||
{
|
||||
text: "Book Transfer",
|
||||
href: "/airport-transfer",
|
||||
},
|
||||
{ text: "Explore Tours", href: "/tours" },
|
||||
{ text: "Book Transfer", href: "/airport-transfer" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=1",
|
||||
imageAlt: "Luxury travel vehicle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022180.jpg",
|
||||
imageAlt: "Travel destination",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-mountain-range-high-speed-generative-ai_188544-9182.jpg",
|
||||
imageAlt: "Airplane flying over mountain range",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-airplane-taking-off-with-powerful-jet-engines-generative-ai_188544-9186.jpg",
|
||||
imageAlt: "Luxury airplane taking off",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-by-side-suitcase_1122-992.jpg",
|
||||
imageAlt: "Woman waiting at airport",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg", imageAlt: "Luxury travel vehicle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-3d-airplane_23-2151022180.jpg", imageAlt: "Travel destination" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -114,30 +68,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cultural Heritage",
|
||||
description: "Dive deep into history with our private guided tours.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Compass,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg",
|
||||
imageAlt: "luxury tour landscape scenery",
|
||||
},
|
||||
{
|
||||
title: "Bespoke Adventures",
|
||||
description: "Tailor-made itineraries for your unique preferences.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-288.jpg?_wi=2",
|
||||
imageAlt: "luxury tour landscape scenery",
|
||||
},
|
||||
{
|
||||
title: "VIP Transport",
|
||||
description: "Seamless travel between destinations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg?_wi=1",
|
||||
imageAlt: "luxury tour landscape scenery",
|
||||
},
|
||||
{ title: "Cultural Heritage", description: "Dive deep into history with our private guided tours.", bentoComponent: "reveal-icon", icon: Compass },
|
||||
{ title: "Bespoke Adventures", description: "Tailor-made itineraries for your unique preferences.", bentoComponent: "reveal-icon", icon: Sparkles },
|
||||
{ title: "VIP Transport", description: "Seamless travel between destinations.", bentoComponent: "reveal-icon", icon: Car },
|
||||
]}
|
||||
title="Featured Luxury Experiences"
|
||||
description="Hand-picked destinations for the discerning traveler."
|
||||
@@ -151,27 +84,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated service history.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "VIP Support",
|
||||
description: "Always there when needed.",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
title: "Satisfaction",
|
||||
description: "Happy travelers globally.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{ id: "1", value: "15+", title: "Years Experience", description: "Dedicated service history.", icon: Award },
|
||||
{ id: "2", value: "24/7", title: "VIP Support", description: "Always there when needed.", icon: Clock },
|
||||
{ id: "3", value: "99%", title: "Satisfaction", description: "Happy travelers globally.", icon: CheckCircle },
|
||||
]}
|
||||
title="Excellence in Motion"
|
||||
description="Why choose our transportation and tour services?"
|
||||
@@ -185,46 +100,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Traveler",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Bond",
|
||||
role: "Executive",
|
||||
company: "Logistics Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alice Chen",
|
||||
role: "Designer",
|
||||
company: "Creative Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Smith",
|
||||
role: "Consultant",
|
||||
company: "Finance Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Ross",
|
||||
role: "Explorer",
|
||||
company: "Adventure Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-afro-american-traveler-brown-jacket-hat-with-backpack-stands-studio-isolated-dark-background_613910-6590.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", role: "Traveler", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
|
||||
{ id: "2", name: "James Bond", role: "Executive", company: "Logistics Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg" },
|
||||
{ id: "3", name: "Alice Chen", role: "Designer", company: "Creative Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" },
|
||||
{ id: "4", name: "David Smith", role: "Consultant", company: "Finance Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" },
|
||||
{ id: "5", name: "Elena Ross", role: "Explorer", company: "Adventure Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-afro-american-traveler-brown-jacket-hat-with-backpack-stands-studio-isolated-dark-background_613910-6590.jpg" },
|
||||
]}
|
||||
title="Traveler Testimonials"
|
||||
description="Words from our distinguished guests."
|
||||
@@ -234,18 +114,11 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Book Now"
|
||||
title="Ready for your next journey?"
|
||||
description="Contact us today to book your personalized luxury tour or airport transfer."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -254,16 +127,8 @@ export default function LandingPage() {
|
||||
logoText="Indigo Voyages"
|
||||
copyrightText="© 2025 Indigo Voyages. Luxury Travel & Transport."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user