Update src/app/page.tsx
This commit is contained in:
128
src/app/page.tsx
128
src/app/page.tsx
@@ -1,5 +1,5 @@
|
||||
"use client";
|
||||
import { Compass, Star, Globe, Heart, CheckCircle, Plane } from "lucide-react";
|
||||
import { Compass, Star, Globe, Heart, CheckCircle, Plane, Mountain, Users } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="WanderLux Tours"
|
||||
brandName="Everest Travel"
|
||||
navItems={[
|
||||
{ name: "Destinations", id: "destinations" },
|
||||
{ name: "Tours", id: "featured-tours" },
|
||||
@@ -40,25 +40,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Discover Your Next Adventure"
|
||||
description="Explore breathtaking destinations worldwide. From exotic beaches to majestic mountains, embark on unforgettable journeys curated by travel experts."
|
||||
title="Explore the Roof of the World"
|
||||
description="Experience the majesty of the Himalayas with Everest Travel. From breathtaking treks to cultural immersions, we craft unforgettable mountain adventures for every level of explorer."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "50+", label: "Destinations" },
|
||||
{ value: "10K+", label: "Happy Travelers" },
|
||||
{ value: "25+", label: "Years Experience" }
|
||||
{ value: "35+", label: "Mountain Routes" },
|
||||
{ value: "15K+", label: "Happy Mountaineers" },
|
||||
{ value: "30+", label: "Years Excellence" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Trusted by Adventurers"
|
||||
tagIcon={Compass}
|
||||
tag="Alpine Expeditions & Cultural Treks"
|
||||
tagIcon={Mountain}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Tours", href: "#featured-tours" },
|
||||
{ text: "Explore Treks", href: "#featured-tours" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-binocular-sitting-rock_23-2147842572.jpg"
|
||||
imageAlt="Stunning mountain landscape"
|
||||
imageAlt="Mountain explorer with binoculars"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
/>
|
||||
@@ -66,11 +66,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About WanderLux Tours"
|
||||
title="About Everest Travel"
|
||||
description={[
|
||||
"For over 25 years, WanderLux Tours has been crafting extraordinary travel experiences across six continents. Our passion for exploration is matched only by our commitment to providing world-class service.", "We believe every journey tells a story. Our expert guides, carefully curated itineraries, and attention to detail transform ordinary vacations into life-changing adventures. Whether you seek cultural immersion, thrilling activities, or serene relaxation, we have the perfect tour for you.", "Join thousands of satisfied travelers who have trusted us to show them the world's most captivating destinations."
|
||||
"For over 30 years, Everest Travel has been the premier specialist in Himalayan adventures and mountain experiences. We are passionate about sharing the raw beauty, rich cultures, and thrilling landscapes of the world's greatest mountain ranges.", "Our philosophy is simple: every mountain journey should be transformative. Whether you're summiting peaks, trekking pristine trails, or immersing yourself in alpine cultures, we ensure every moment is meticulously planned and deeply meaningful. Our expert guides, many of whom are Sherpa heritage mountaineers, bring unparalleled knowledge and safety expertise.", "Join thousands of adventurers who have trusted Everest Travel to turn their mountain dreams into reality. We don't just organize trips—we create life-changing experiences that connect you to the heart of the Himalayas."
|
||||
]}
|
||||
buttons={[{ text: "View Our Tours", href: "#featured-tours" }]}
|
||||
buttons={[{ text: "View Our Treks", href: "#featured-tours" }]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -79,12 +79,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="featured-tours" data-section="featured-tours">
|
||||
<ProductCardTwo
|
||||
title="Featured Tours"
|
||||
description="Handpicked experiences designed to create lasting memories"
|
||||
tag="Popular Destinations"
|
||||
title="Featured Mountain Treks"
|
||||
description="Handpicked alpine adventures designed to challenge and inspire"
|
||||
tag="Popular Routes"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "View All Tours", href: "#destinations" }]}
|
||||
buttons={[{ text: "View All Treks", href: "#destinations" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -92,16 +92,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Caribbean Paradise", name: "Tropical Island Escape", price: "$2,499", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=1", imageAlt: "Tropical beach destination"
|
||||
id: "1", brand: "Classic Trekking", name: "Everest Base Camp Trek", price: "$1,899", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=1", imageAlt: "Mountain trekking adventure"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Alpine Adventures", name: "Himalayan Peak Trek", price: "$3,299", rating: 5,
|
||||
reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=1", imageAlt: "Mountain hiking adventure"
|
||||
id: "2", brand: "Premium Summit", name: "Kilimanjaro Summit Climb", price: "$2,499", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=1", imageAlt: "Summit climbing expedition"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Safari Expeditions", name: "African Wildlife Safari", price: "$4,099", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=1", imageAlt: "Safari wildlife tour"
|
||||
id: "3", brand: "Cultural Explorer", name: "Nepal Cultural Trek", price: "$1,599", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=1", imageAlt: "Cultural village exploration"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -109,8 +109,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="destinations" data-section="destinations">
|
||||
<ProductCardTwo
|
||||
title="Explore Destinations"
|
||||
description="Discover the world's most captivating destinations waiting for you"
|
||||
title="Alpine Destinations"
|
||||
description="Discover world-renowned mountain ranges and hidden alpine gems"
|
||||
tag="Global Network"
|
||||
tagIcon={Globe}
|
||||
tagAnimation="opacity"
|
||||
@@ -120,16 +120,16 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "africa", brand: "East Africa", name: "Tanzania & Kenya", price: "From $2,899", rating: 5,
|
||||
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=1", imageAlt: "African safari landscape"
|
||||
id: "himalayas", brand: "South Asia", name: "Nepal, Bhutan & Tibet", price: "From $1,499", rating: 5,
|
||||
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=1", imageAlt: "Himalayan peaks"
|
||||
},
|
||||
{
|
||||
id: "asia", brand: "Southeast Asia", name: "Thailand & Indonesia", price: "From $1,799", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/chinese-architecture-green-tourism-tour-vacation_1417-31.jpg", imageAlt: "Asian tropical destination"
|
||||
id: "alps", brand: "Europe", name: "Swiss & French Alps", price: "From $2,199", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/chinese-architecture-green-tourism-tour-vacation_1417-31.jpg", imageAlt: "European alpine landscape"
|
||||
},
|
||||
{
|
||||
id: "europe", brand: "Western Europe", name: "Italy & France", price: "From $2,199", rating: 5,
|
||||
reviewCount: "4.1k", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-tourist-posing-with-hat_23-2148602045.jpg", imageAlt: "European historic landmarks"
|
||||
id: "andes", brand: "South America", name: "Andes & Patagonia", price: "From $2,899", rating: 5,
|
||||
reviewCount: "4.1k", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-tourist-posing-with-hat_23-2148602045.jpg", imageAlt: "Andes mountain range"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -137,9 +137,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwo
|
||||
title="Traveler Reviews"
|
||||
description="Hear from travelers who've experienced the magic of our tours"
|
||||
tag="Customer Testimonials"
|
||||
title="Mountaineer Reviews"
|
||||
description="Hear from adventurers who've reached new heights with Everest Travel"
|
||||
tag="Climber Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -147,22 +147,22 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Travel Enthusiast", testimonial: "The Himalayan trek was life-changing! Our guide was incredibly knowledgeable and the itinerary was perfectly balanced between adventure and relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", role: "Mountain Climber", testimonial: "The Everest Base Camp trek was absolutely incredible! Our guides were incredibly knowledgeable about the mountains and the local culture. Every moment was perfectly balanced between challenge and wonder.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Adventure Lover", testimonial: "Best safari experience ever! The wildlife encounters were beyond our expectations. WanderLux truly delivers premium service.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-smiling-waving_23-2148631402.jpg", imageAlt: "James Chen"
|
||||
id: "2", name: "James Chen", role: "Alpine Enthusiast", testimonial: "I've summited several peaks with Everest Travel and they never disappoint. Their attention to safety, acclimatization, and logistics is unmatched. I trust them completely with my mountain adventures.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-smiling-waving_23-2148631402.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", role: "Cultural Explorer", testimonial: "The Southeast Asia tour introduced us to incredible cultures and hidden gems. Every moment was magical and well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-tourist-travel-mountain-forest_1150-6778.jpg", imageAlt: "Emma Rodriguez"
|
||||
id: "3", name: "Emma Rodriguez", role: "Hiking Explorer", testimonial: "The Nepal cultural trek was transformative! We learned so much about local traditions, stayed in authentic village homestays, and the Sherpa guides shared stories that brought the mountains to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-tourist-travel-mountain-forest_1150-6778.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Family Travel", testimonial: "We traveled with our kids and everything was perfectly arranged. The team made sure everyone had an unforgettable experience.", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg", imageAlt: "Michael Thompson"
|
||||
id: "4", name: "Michael Thompson", role: "Adventure Photographer", testimonial: "As a photographer, I was amazed by the stunning vistas and the guides' knowledge of best photography spots. The itinerary allowed perfect timing for light and the team understood creative needs.", imageSrc: "http://img.b2bpic.net/free-photo/couple-hiking-forest_329181-12236.jpg", imageAlt: "Michael Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", role: "Luxury Travel", testimonial: "Exceptional accommodations and world-class service throughout. WanderLux raised the bar for luxury travel experiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-attractive-pretty-woman-sunglasses-with-backpack-is-traveling-mountains-sunny-warm-day_291650-1926.jpg", imageAlt: "Lisa Park"
|
||||
id: "5", name: "Lisa Park", role: "Luxury Trekker", testimonial: "Exceptional service throughout our alpine adventure. The accommodations were comfortable without being extravagant, meals were delicious, and the team anticipated every need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-attractive-pretty-woman-sunglasses-with-backpack-is-traveling-mountains-sunny-warm-day_291650-1926.jpg", imageAlt: "Lisa Park"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Watson", role: "Nature Photographer", testimonial: "As a photographer, I was impressed by the stunning locations and the guides' knowledge about wildlife photography opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121238.jpg", imageAlt: "David Watson"
|
||||
id: "6", name: "David Watson", role: "Mountain Guide", testimonial: "Being a mountain professional myself, I was impressed by Everest Travel's commitment to safety standards, environmental responsibility, and supporting local communities through ethical tourism practices.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121238.jpg", imageAlt: "David Watson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -170,9 +170,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSix
|
||||
title="Why Choose WanderLux"
|
||||
description="We've perfected the art of travel planning"
|
||||
tag="Our Advantages"
|
||||
title="Why Choose Everest Travel"
|
||||
description="Excellence in every alpine expedition"
|
||||
tag="Our Strengths"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -180,19 +180,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Planning", description: "Our travel specialists have decades of combined experience crafting perfect itineraries tailored to your preferences and budget.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=2", imageAlt: "Expert planning"
|
||||
title: "Expert Mountain Guides", description: "Our guides include experienced Sherpa mountaineers and certified climbers with decades of combined high-altitude experience. They prioritize safety, share deep cultural knowledge, and inspire confidence.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=2", imageAlt: "Expert mountain guide"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Local Guides", description: "Experience destinations through the eyes of knowledgeable locals who share insider tips and authentic cultural insights.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=2", imageAlt: "Local guides"
|
||||
title: "Altitude Acclimatization", description: "We follow proven acclimatization protocols to minimize altitude sickness. Our carefully designed itineraries balance ascent with acclimatization days, ensuring your body adapts safely to high elevations.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=2", imageAlt: "Mountain acclimatization"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Premium Accommodations", description: "Stay at carefully selected hotels and resorts that offer comfort, charm, and unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=2", imageAlt: "Luxury accommodations"
|
||||
title: "Premium Mountain Lodges", description: "Stay at hand-selected mountain lodges, tea houses, and high-altitude camps that offer comfort, authentic experiences, and warm hospitality. All accommodations prioritize safety and environmental sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=2", imageAlt: "Mountain lodge accommodation"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "24/7 Support", description: "Our dedicated support team is always available to assist with any questions or unexpected needs during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=2", imageAlt: "Customer support"
|
||||
title: "24/7 Emergency Support", description: "Our dedicated mountain support team is always available for emergency response, medical consultation, and logistical assistance. We maintain direct communication with base camps and local authorities.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=2", imageAlt: "Emergency support services"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -200,14 +200,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Travel?"
|
||||
tag="Ready for Your Adventure?"
|
||||
tagIcon={Plane}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Adventure Today"
|
||||
description="Don't just dream about travel—experience it with WanderLux Tours. Our team is ready to craft your perfect journey."
|
||||
title="Start Your Mountain Journey Today"
|
||||
description="Don't just dream about climbing mountains—experience the thrill, the culture, and the majesty of alpine expeditions with Everest Travel. Our team is ready to craft your perfect mountain adventure."
|
||||
buttons={[
|
||||
{ text: "Book Your Tour", href: "https://booking.example.com" },
|
||||
{ text: "Contact Us", href: "mailto:info@wanderlux.com" }
|
||||
{ text: "Book Your Trek", href: "https://booking.example.com" },
|
||||
{ text: "Contact Us", href: "mailto:info@everesttravel.com" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -217,20 +217,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="WanderLux"
|
||||
logoText="Everest Travel"
|
||||
columns={[
|
||||
{
|
||||
title: "Destinations", items: [
|
||||
{ label: "Africa", href: "#destinations" },
|
||||
{ label: "Asia", href: "#destinations" },
|
||||
{ label: "Europe", href: "#destinations" },
|
||||
{ label: "Americas", href: "#destinations" }
|
||||
{ label: "Nepal", href: "#destinations" },
|
||||
{ label: "Bhutan", href: "#destinations" },
|
||||
{ label: "Tibet", href: "#destinations" },
|
||||
{ label: "European Alps", href: "#destinations" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
title: "Expeditions", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Tours", href: "#featured-tours" },
|
||||
{ label: "All Treks", href: "#featured-tours" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Blog", href: "/blog" }
|
||||
]
|
||||
@@ -238,21 +238,21 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "mailto:info@wanderlux.com" },
|
||||
{ label: "Contact", href: "mailto:info@everesttravel.com" },
|
||||
{ label: "Booking Help", href: "/booking-help" },
|
||||
{ label: "Travel Tips", href: "/travel-tips" }
|
||||
{ label: "Safety Guide", href: "/safety-guide" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 WanderLux Tours. All rights reserved."
|
||||
copyrightText="© 2025 Everest Travel. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user