|
|
|
|
@@ -5,14 +5,12 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|
|
|
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
|
|
|
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import { Sparkles, Plane, Instagram, Linkedin, Mail } from 'lucide-react';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -138,31 +136,14 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardNineteen
|
|
|
|
|
title="Our Premium Services"
|
|
|
|
|
description="Beyond flight bookings and hotel reservations, we deliver transformative travel experiences through bespoke services designed for the most discerning travelers."
|
|
|
|
|
tag="Concierge Excellence"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
tag: "VIP Access", title: "Exclusive Connections", subtitle: "Unlock doors reserved for elite travelers", description: "Our global network of luxury partners, private clubs, and cultural influencers grants you unprecedented access to private events, closed-door experiences, and invitation-only gatherings that define true luxury travel.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg", imageAlt: "concierge service premium luxury care"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
tag: "Bespoke Design", title: "Custom Itineraries", subtitle: "Journeys created uniquely for you", description: "Whether you crave culinary adventures, art world immersion, spiritual retreats, or adrenaline-fueled expeditions, we architect every moment to align perfectly with your passions and travel philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", imageAlt: "custom personalized tailored service bespoke"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
tag: "Premium Support", title: "24/7 Concierge", subtitle: "Always available, always prepared", description: "Your dedicated travel concierge is available around the clock to handle last-minute changes, special requests, local recommendations, and any unexpected needs that arise during your travels.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661580.jpg", imageAlt: "vip exclusive access premium luxury"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
tag: "Expert Knowledge", title: "Travel Expertise", subtitle: "Local insights meet global perspective", description: "Our team includes seasoned travel specialists, cultural experts, and destination insiders who share insider knowledge, hidden gems, and authentic experiences that transform ordinary trips into unforgettable stories.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661550.jpg", imageAlt: "guide expert knowledge travel experience"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
title="Discover Your Dream Destination"
|
|
|
|
|
description="Explore the world's most enchanting places with personalized journeys crafted just for you."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
tag="Explore"
|
|
|
|
|
buttons={[{ text: "Book Your Journey", label: "Book Your Journey", href: "#" }, { text: "View Destinations", label: "View Destinations", href: "#" }]}
|
|
|
|
|
imageSrc="https://placehold.co/600x400"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
@@ -256,19 +237,6 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metric_card_seven" data-section="metric_card_seven">
|
|
|
|
|
<MetricCardSeven
|
|
|
|
|
metrics={[{ value: "98%", title: "Positive Reviews" }, { value: "365", title: "Days of Service" }, { value: "50+", title: "Unique Destinations" }]}
|
|
|
|
|
carouselMode="auto"
|
|
|
|
|
animationType="none"
|
|
|
|
|
title="Travel Excellence"
|
|
|
|
|
description="Experience unparalleled satisfaction with our dedicated service and diverse destinations."
|
|
|
|
|
tag="Metrics"
|
|
|
|
|
buttons={[{ text: "Explore Destinations", label: "Explore Destinations", href: "#" }, { text: "Read Reviews", label: "Read Reviews", href: "#" }]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterCard
|
|
|
|
|
logoText="Lumina Journeys"
|
|
|
|
|
|