Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-09 05:37:11 +00:00

View File

@@ -30,74 +30,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Destinations",
id: "destinations",
},
name: "Destinations", id: "destinations"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Elite Voyages"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Your Gateway to Unrivaled Experiences"
description="Curating bespoke journeys across the globe, tailored specifically to your exquisite standards of travel."
buttons={[
{
text: "Explore Journeys",
href: "#destinations",
},
text: "Explore Journeys", href: "#destinations"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-hotel-asian-style_273443-3184.jpg",
imageAlt: "Luxury resort view",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-hotel-asian-style_273443-3184.jpg", imageAlt: "Luxury resort view"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-tourists-sitting-airplane-commercial-flight-travel-work-trip-holiday-vacation-with-international-airways-service-passengers-flying-economy-class-transportation_482257-51153.jpg",
imageAlt: "Private jet interior",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-tourists-sitting-airplane-commercial-flight-travel-work-trip-holiday-vacation-with-international-airways-service-passengers-flying-economy-class-transportation_482257-51153.jpg", imageAlt: "Private jet interior"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-couple-beach_1328-1314.jpg",
imageAlt: "Luxury ski resort",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-couple-beach_1328-1314.jpg", imageAlt: "Luxury ski resort"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-with-huskies-dog-canyon-near-water_176420-4189.jpg",
imageAlt: "African safari lodge",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-with-huskies-dog-canyon-near-water_176420-4189.jpg", imageAlt: "African safari lodge"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/two-empty-sinbeds-wooden-pier-beautiful-calm-morning-tourist-wharf-bay-sea_158595-6957.jpg",
imageAlt: "Yacht vacation cruise",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-empty-sinbeds-wooden-pier-beautiful-calm-morning-tourist-wharf-bay-sea_158595-6957.jpg", imageAlt: "Yacht vacation cruise"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-enjoys-view-from-window-hotel-room_1163-5497.jpg",
imageAlt: "City penthouse view",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/businessman-enjoys-view-from-window-hotel-room_1163-5497.jpg", imageAlt: "City penthouse view"},
]}
/>
</div>
@@ -107,24 +76,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "The Art of ",
},
type: "text", content: "The Art of "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896821.jpg",
alt: "Luxury Agency",
},
type: "image", src: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896821.jpg", alt: "Luxury Agency"},
{
type: "text",
content: " Luxury Travel",
},
type: "text", content: " Luxury Travel"},
]}
buttons={[
{
text: "Our Philosophy",
href: "#contact",
},
text: "Our Philosophy", href: "#contact"},
]}
/>
</div>
@@ -137,59 +97,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Maldives",
name: "Overwater Villa Escape",
price: "From $12,000",
rating: 5,
reviewCount: "24",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-beach-resort-bungalow-near-endless-pool-sea-sunset-evening-tropical-island-summer_505751-5759.jpg",
},
id: "1", brand: "Maldives", name: "Overwater Villa Escape", price: "From $12,000", rating: 5,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-beach-resort-bungalow-near-endless-pool-sea-sunset-evening-tropical-island-summer_505751-5759.jpg"},
{
id: "2",
brand: "Swiss Alps",
name: "Alpine Mountain Retreat",
price: "From $8,500",
rating: 5,
reviewCount: "19",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cabins-buildings-resort-area-surrounded-by-rocky-hills-snow_181624-57415.jpg",
},
id: "2", brand: "Swiss Alps", name: "Alpine Mountain Retreat", price: "From $8,500", rating: 5,
reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cabins-buildings-resort-area-surrounded-by-rocky-hills-snow_181624-57415.jpg"},
{
id: "3",
brand: "Tuscany",
name: "Vineyard Estate Stay",
price: "From $6,200",
rating: 4,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg",
},
id: "3", brand: "Tuscany", name: "Vineyard Estate Stay", price: "From $6,200", rating: 4,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-brushing-her-horse-ranch_23-2148956735.jpg"},
{
id: "4",
brand: "Tokyo",
name: "Penthouse Sky Suite",
price: "From $15,000",
rating: 5,
reviewCount: "41",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098541.jpg",
},
id: "4", brand: "Tokyo", name: "Penthouse Sky Suite", price: "From $15,000", rating: 5,
reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098541.jpg"},
{
id: "5",
brand: "Santorini",
name: "Cliffside Sunset Villa",
price: "From $9,800",
rating: 5,
reviewCount: "28",
imageSrc: "http://img.b2bpic.net/free-photo/south-vintage-building-exterior-blue_1253-646.jpg",
},
id: "5", brand: "Santorini", name: "Cliffside Sunset Villa", price: "From $9,800", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/south-vintage-building-exterior-blue_1253-646.jpg"},
{
id: "6",
brand: "Bora Bora",
name: "Lagoon Private Island",
price: "From $18,500",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918266.jpg",
},
id: "6", brand: "Bora Bora", name: "Lagoon Private Island", price: "From $18,500", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918266.jpg"},
]}
title="Curated Destinations"
description="Discover hand-picked locations that redefine comfort, elegance, and exclusivity."
@@ -199,48 +123,24 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
handle: "@sjenkins",
testimonial: "An absolutely flawless experience. Every detail was handled with precision.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-touches-her-silk-brown-scarf-attractive-young-girl-eyeglasses-white-blouse-smiles-outside_197531-27109.jpg",
},
id: "1", name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "An absolutely flawless experience. Every detail was handled with precision.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-touches-her-silk-brown-scarf-attractive-young-girl-eyeglasses-white-blouse-smiles-outside_197531-27109.jpg"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "The most professional agency I have ever worked with. Truly bespoke.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hat-using-phone-outside-street_1303-24712.jpg",
},
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "The most professional agency I have ever worked with. Truly bespoke.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hat-using-phone-outside-street_1303-24712.jpg"},
{
id: "3",
name: "Robert Miller",
handle: "@robmiller",
testimonial: "Exceptional service and unforgettable memories created. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-luggage-using-mobile-phone_107420-95917.jpg",
},
id: "3", name: "Robert Miller", handle: "@robmiller", testimonial: "Exceptional service and unforgettable memories created. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-luggage-using-mobile-phone_107420-95917.jpg"},
{
id: "4",
name: "Elena Rossi",
handle: "@erossi",
testimonial: "Unmatched comfort and exclusivity. Elite Voyages is truly in a league of their own.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-man-with-blue-suitcase-looking-confident-smiling-with-happy-face-ready-travel-standing-white-background_141793-24113.jpg",
},
id: "4", name: "Elena Rossi", handle: "@erossi", testimonial: "Unmatched comfort and exclusivity. Elite Voyages is truly in a league of their own.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-traveler-man-with-blue-suitcase-looking-confident-smiling-with-happy-face-ready-travel-standing-white-background_141793-24113.jpg"},
{
id: "5",
name: "David Thorne",
handle: "@dthorne",
testimonial: "Seamless luxury from beginning to end. Will definitely be booking again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-tanned-girl-with-long-wavy-hairstyle-wearing-blue-shirt-sunglasses-sitting-pier-posing-camera-with-lovely-smile-sunlight_291650-2655.jpg",
},
id: "5", name: "David Thorne", handle: "@dthorne", testimonial: "Seamless luxury from beginning to end. Will definitely be booking again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-tanned-girl-with-long-wavy-hairstyle-wearing-blue-shirt-sunglasses-sitting-pier-posing-camera-with-lovely-smile-sunlight_291650-2655.jpg"},
]}
showRating={true}
title="Voices of Elite Travelers"
@@ -254,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do you personalize journeys?",
content: "We begin with a consultation to understand your preferences, interests, and past travel experiences.",
},
id: "1", title: "How do you personalize journeys?", content: "We begin with a consultation to understand your preferences, interests, and past travel experiences."},
{
id: "2",
title: "Can you handle complex travel itineraries?",
content: "Absolutely. We specialize in seamless logistics, multi-stop itineraries, and private travel arrangements.",
},
id: "2", title: "Can you handle complex travel itineraries?", content: "Absolutely. We specialize in seamless logistics, multi-stop itineraries, and private travel arrangements."},
{
id: "3",
title: "Do you offer travel insurance services?",
content: "Yes, we can provide recommendations and facilitate insurance coverage options tailored to your specific trip.",
},
id: "3", title: "Do you offer travel insurance services?", content: "Yes, we can provide recommendations and facilitate insurance coverage options tailored to your specific trip."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-travel-agent_23-2150433369.jpg"
mediaAnimation="slide-up"
@@ -281,8 +172,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Inquiry"
title="Plan Your Escape"
description="Ready to experience the exceptional? Reach out to start your bespoke travel journey today."
@@ -298,54 +188,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Destinations",
items: [
title: "Destinations", items: [
{
label: "Maldives",
href: "#",
},
label: "Maldives", href: "#"},
{
label: "Swiss Alps",
href: "#",
},
label: "Swiss Alps", href: "#"},
{
label: "Tuscany",
href: "#",
},
label: "Tuscany", href: "#"},
{
label: "Santorini",
href: "#",
},
label: "Santorini", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
],
},
]}