Merge version_1 into main #2
@@ -10,7 +10,7 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Instagram, Linkedin, Mail } from "lucide-react";
|
||||
import { Instagram, Linkedin, Mail, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,7 +36,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,11 +52,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait_1296-662.jpg", imageAlt: "Luxury tropical island resort with turquoise waters"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-portrait_1296-662.jpg", imageAlt: "Luxury tropical island resort with turquoise waters"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-city-lights_198169-225.jpg", imageAlt: "Snow-capped mountain peaks with alpine resort"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-city-lights_198169-225.jpg", imageAlt: "Snow-capped mountain peaks with alpine resort"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-drinking-tea-istanbul_1157-8843.jpg", imageAlt: "Vibrant city skyline at night"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-drinking-tea-istanbul_1157-8843.jpg", imageAlt: "Vibrant city skyline at night"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -67,7 +71,8 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Crafting unforgettable journeys since" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/travel-agency-business-labels-collection_23-2149659535.jpg", alt: "Luxury brand emblem"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/travel-agency-business-labels-collection_23-2149659535.jpg", alt: "Luxury brand emblem"
|
||||
},
|
||||
{ type: "text", content: "2008" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -83,14 +88,17 @@ export default function LandingPage() {
|
||||
title="Why Choose Wanderlust Journeys"
|
||||
description="We believe travel is not just about destinations—it's about transforming lives through meaningful experiences. Every journey is personally curated to exceed expectations."
|
||||
tag="Premium Services"
|
||||
tagIcon="Sparkles"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Curation", description: "Our expert consultants spend time understanding your preferences, desires, and travel style to create bespoke itineraries that reflect your unique personality.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businesswomen-shaking-hands-group-office-meeting-with-businessman_1163-4772.jpg"},
|
||||
title: "Personalized Curation", description: "Our expert consultants spend time understanding your preferences, desires, and travel style to create bespoke itineraries that reflect your unique personality.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-businesswomen-shaking-hands-group-office-meeting-with-businessman_1163-4772.jpg"
|
||||
},
|
||||
{
|
||||
title: "Authentic Experiences", description: "We connect you with local guides and exclusive cultural experiences that mainstream tourism overlooks, ensuring genuine connections with each destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-hiking-together_23-2150343036.jpg"},
|
||||
title: "Authentic Experiences", description: "We connect you with local guides and exclusive cultural experiences that mainstream tourism overlooks, ensuring genuine connections with each destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-hiking-together_23-2150343036.jpg"
|
||||
},
|
||||
{
|
||||
title: "Exclusive Access", description: "Enjoy VIP privileges, private tours, and access to luxury properties and experiences not available to the general public through our premium partnerships.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15363.jpg"},
|
||||
title: "Exclusive Access", description: "Enjoy VIP privileges, private tours, and access to luxury properties and experiences not available to the general public through our premium partnerships.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-swim-wear-by-ocean_1303-15363.jpg"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -107,23 +115,29 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Parisian Elegance", description: "Immerse yourself in the romance and sophistication of Paris. From private Louvre tours to Michelin-starred dining experiences, we craft your perfect Parisian escape.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Maldivian Paradise", description: "Experience ultimate luxury in overwater bungalows with direct lagoon access, private island excursions, and world-class diving in crystal-clear waters.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Tokyo Sophistication", description: "Discover traditional temples and cutting-edge modernity in Japan's vibrant capital, with exclusive access to cultural treasures and contemporary luxury.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -139,13 +153,13 @@ export default function LandingPage() {
|
||||
description="Each journey tells a story. Discover how our clients transform their travel aspirations into reality."
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Luxury Safari Adventure", description: "Private game reserves, expert guides, and intimate wildlife encounters in Africa's most exclusive locations.", tag: "Africa", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "1", title: "Luxury Safari Adventure", description: "Private game reserves, expert guides, and intimate wildlife encounters in Africa's most exclusive locations.", tag: "Africa", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7337.jpg", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "2", title: "European Grand Tour", description: "Seamlessly traverse Europe's finest cities with luxury accommodations and private transportation throughout your journey.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "2", title: "European Grand Tour", description: "Seamlessly traverse Europe's finest cities with luxury accommodations and private transportation throughout your journey.", tag: "Europe", imageSrc: "http://img.b2bpic.net/free-photo/white-building-arches-cafe-waterfront-terrace_169016-68498.jpg", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "3", title: "Asian Cultural Odyssey", description: "Explore ancient temples, bustling markets, and serene landscapes while enjoying five-star hospitality across Asia.", tag: "Asia", imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg?_wi=3", buttons: [{ text: "Learn More", href: "#" }],
|
||||
id: "3", title: "Asian Cultural Odyssey", description: "Explore ancient temples, bustling markets, and serene landscapes while enjoying five-star hospitality across Asia.", tag: "Asia", imageSrc: "http://img.b2bpic.net/free-photo/kinkakuji-temple-golden-pavilion-kyoto-japan_1232-2314.jpg", buttons: [{ text: "Learn More", href: "#" }],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -160,17 +174,23 @@ export default function LandingPage() {
|
||||
description="Hear from travelers who have experienced the Wanderlust Journeys difference"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Chen, Executive", date: "Date: November 2024", title: "A transformative travel experience", quote: "Wanderlust Journeys transformed our family vacation into an unforgettable adventure. Every detail was perfectly orchestrated, from our private villa in Bali to exclusive temple access. We've already booked our next journey.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-woman-carrying-shopping-bags_23-2148625027.jpg"},
|
||||
id: "1", name: "Victoria Chen, Executive", date: "Date: November 2024", title: "A transformative travel experience", quote: "Wanderlust Journeys transformed our family vacation into an unforgettable adventure. Every detail was perfectly orchestrated, from our private villa in Bali to exclusive temple access. We've already booked our next journey.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-woman-carrying-shopping-bags_23-2148625027.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Richardson, Entrepreneur", date: "Date: October 2024", title: "Exceeded all expectations", quote: "I've traveled extensively worldwide, but the level of personalization and attention to detail from Wanderlust Journeys is unmatched. They anticipated needs I didn't even know I had. Truly exceptional service.", tag: "Gold Member", avatarSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-digital-tablet_107420-95913.jpg"},
|
||||
id: "2", name: "James Richardson, Entrepreneur", date: "Date: October 2024", title: "Exceeded all expectations", quote: "I've traveled extensively worldwide, but the level of personalization and attention to detail from Wanderlust Journeys is unmatched. They anticipated needs I didn't even know I had. Truly exceptional service.", tag: "Gold Member", avatarSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-digital-tablet_107420-95913.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sophia Laurent, Designer", date: "Date: September 2024", title: "Dreams brought to life", quote: "My vague ideas about traveling to the Greek islands became a perfectly orchestrated journey through Wanderlust Journeys. From yacht chartering to private chef dinners, everything was seamlessly arranged.", tag: "VIP Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
|
||||
id: "3", name: "Sophia Laurent, Designer", date: "Date: September 2024", title: "Dreams brought to life", quote: "My vague ideas about traveling to the Greek islands became a perfectly orchestrated journey through Wanderlust Journeys. From yacht chartering to private chef dinners, everything was seamlessly arranged.", tag: "VIP Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson, Investor", date: "Date: August 2024", title: "Luxury redefined", quote: "The concierge service is simply outstanding. Whether it was securing difficult restaurant reservations or arranging private helicopter tours, Wanderlust Journeys delivers luxury that goes beyond imagination.", tag: "Platinum Member", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-lady-showing-thumb-up_1262-2402.jpg"},
|
||||
id: "4", name: "Marcus Thompson, Investor", date: "Date: August 2024", title: "Luxury redefined", quote: "The concierge service is simply outstanding. Whether it was securing difficult restaurant reservations or arranging private helicopter tours, Wanderlust Journeys delivers luxury that goes beyond imagination.", tag: "Platinum Member", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-lady-showing-thumb-up_1262-2402.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Isabella Romano, Philanthropist", date: "Date: July 2024", title: "Curated perfection", quote: "Every aspect of our journey to Italy was curated with impeccable taste. The private wine tastings, exclusive museum hours, and personalized cultural experiences made this our best vacation ever.", tag: "Premier Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg"},
|
||||
id: "5", name: "Isabella Romano, Philanthropist", date: "Date: July 2024", title: "Curated perfection", quote: "Every aspect of our journey to Italy was curated with impeccable taste. The private wine tastings, exclusive museum hours, and personalized cultural experiences made this our best vacation ever.", tag: "Premier Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Park, Creative Director", date: "Date: June 2024", title: "Service beyond compare", quote: "Wanderlust Journeys didn't just arrange a trip; they created an experience that will define our decade. The attention to detail and genuine care transformed a simple vacation into a life-changing journey.", tag: "Elite Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg"},
|
||||
id: "6", name: "David Park, Creative Director", date: "Date: June 2024", title: "Service beyond compare", quote: "Wanderlust Journeys didn't just arrange a trip; they created an experience that will define our decade. The attention to detail and genuine care transformed a simple vacation into a life-changing journey.", tag: "Elite Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user