From fb474aa31700074ed344adc461ed12ac324f1343 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:48:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++++++++----------------------------------- 1 file changed, 70 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e4927..005b18c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Star, Sun, Users, Utensils } from "lucide-react"; +import { Award, Briefcase, Building, Compass, Droplets, Globe, Mountain, Palette, Smile, Star, Sun, Users, Utensils, Tent } from "lucide-react"; export default function LandingPage() { return ( @@ -31,31 +31,19 @@ export default function LandingPage() { @@ -65,31 +53,19 @@ export default function LandingPage() { description="Your journey to unforgettable destinations begins here. Explore the world with our expertly crafted travel experiences." buttons={[ { - text: "Explore Destinations", - href: "#features", - }, + text: "Explore Destinations", href: "#features"}, { - text: "Plan Your Adventure", - href: "#contact", - }, + text: "Plan Your Adventure", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg", - imageAlt: "Tropical beach with palm trees and clear blue water", - }, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg", imageAlt: "Tropical beach with palm trees and clear blue water"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hiking-tour_23-2150343025.jpg", - imageAlt: "Majestic snowy mountains under a clear sky", - }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-hiking-tour_23-2150343025.jpg", imageAlt: "Majestic snowy mountains under a clear sky"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-ancient-building-with-towers-jerash-jordan_181624-17117.jpg", - imageAlt: "Vibrant city skyline at night with modern buildings", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-ancient-building-with-towers-jerash-jordan_181624-17117.jpg", imageAlt: "Vibrant city skyline at night with modern buildings"}, { - imageSrc: "http://img.b2bpic.net/free-photo/temple-architecture-from-ancient-greek-civilization_23-2151664746.jpg", - imageAlt: "Ancient ruins at sunset, historical travel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/temple-architecture-from-ancient-greek-civilization_23-2151664746.jpg", imageAlt: "Ancient ruins at sunset, historical travel"}, ]} autoplayDelay={4000} /> @@ -102,19 +78,13 @@ export default function LandingPage() { metrics={[ { icon: Globe, - label: "Destinations Explored", - value: "150+", - }, + label: "Destinations Explored", value: "150+"}, { icon: Smile, - label: "Happy Travelers", - value: "10K+", - }, + label: "Happy Travelers", value: "10K+"}, { icon: Briefcase, - label: "Years in Service", - value: "15+", - }, + label: "Years in Service", value: "15+"}, ]} metricsAnimation="slide-up" /> @@ -127,74 +97,50 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "beach-escapes", - title: "Tropical Beach Escapes", - description: "Relax on pristine white sands, swim in crystal-clear waters, and soak up the sun in the world's most beautiful coastal destinations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-ocean-with-coconut-palm-tree-sunrise-time_74190-7453.jpg", - imageAlt: "Tropical beach with clear water", - }, + id: "beach-escapes", title: "Tropical Beach Escapes", description: "Relax on pristine white sands, swim in crystal-clear waters, and soak up the sun in the world's most beautiful coastal destinations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-ocean-with-coconut-palm-tree-sunrise-time_74190-7453.jpg", imageAlt: "Tropical beach with clear water"}, items: [ { icon: Sun, - text: "Stunning Beaches", - }, + text: "Stunning Beaches"}, { - icon: Water, - text: "Water Sports", - }, + icon: Droplets, + text: "Water Sports"}, { - icon: Cocktail, - text: "Luxury Resorts", - }, + icon: Utensils, + text: "Luxury Resorts"}, ], reverse: false, }, { - id: "mountain-adventures", - title: "Rugged Mountain Adventures", - description: "Conquer majestic peaks, explore lush valleys, and immerse yourself in breathtaking natural landscapes with our guided mountain tours.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-backpack-exploring-nature_23-2148928005.jpg", - imageAlt: "Hiker on a mountain peak", - }, + id: "mountain-adventures", title: "Rugged Mountain Adventures", description: "Conquer majestic peaks, explore lush valleys, and immerse yourself in breathtaking natural landscapes with our guided mountain tours.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/man-with-backpack-exploring-nature_23-2148928005.jpg", imageAlt: "Hiker on a mountain peak"}, items: [ { icon: Mountain, - text: "Guided Treks", - }, + text: "Guided Treks"}, { icon: Tent, - text: "Scenic Camping", - }, + text: "Scenic Camping"}, { icon: Compass, - text: "Wildlife Encounters", - }, + text: "Wildlife Encounters"}, ], reverse: true, }, { - id: "city-explorations", - title: "Vibrant City Explorations", - description: "Dive into the heart of dynamic cities, discovering rich history, diverse cultures, and world-class culinary delights.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-floating-bridge_23-2147771285.jpg", - imageAlt: "European city street with historic buildings", - }, + id: "city-explorations", title: "Vibrant City Explorations", description: "Dive into the heart of dynamic cities, discovering rich history, diverse cultures, and world-class culinary delights.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/women-floating-bridge_23-2147771285.jpg", imageAlt: "European city street with historic buildings"}, items: [ { icon: Building, - text: "Historic Sites", - }, + text: "Historic Sites"}, { icon: Palette, - text: "Art & Culture", - }, + text: "Art & Culture"}, { icon: Utensils, - text: "Gourmet Dining", - }, + text: "Gourmet Dining"}, ], reverse: false, }, @@ -211,57 +157,32 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Adventure Seeker", - company: "Solo Traveler", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg", + id: "1", name: "Sarah J.", role: "Adventure Seeker", company: "Solo Traveler", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg"}, + { + id: "2", name: "Michael T.", role: "Family Vacationer", company: "The Explorers", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-traveler-with-backpack-his-shoulder-looking-away_23-2148148690.jpg"}, + { + id: "3", name: "Emily R.", role: "Culture Enthusiast", company: "World Wanderer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg", date: "Dec 01, 2023" }, { - id: "2", - name: "Michael T.", - role: "Family Vacationer", - company: "The Explorers", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-traveler-with-backpack-his-shoulder-looking-away_23-2148148690.jpg", - }, - { - id: "3", - name: "Emily R.", - role: "Culture Enthusiast", - company: "World Wanderer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg", - }, - { - id: "4", - name: "David K.", - role: "Relaxation Lover", - company: "Beach Bum Inc.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-senior-women-enjoying-hike-nature_23-2149274908.jpg", - }, + id: "4", name: "David K.", role: "Relaxation Lover", company: "Beach Bum Inc.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-senior-women-enjoying-hike-nature_23-2149274908.jpg"}, ]} kpiItems={[ { - id: "kpi1", icon: Star, - value: "4.9/5", - description: "Average Rating", + value: "4.9/5", description: "Average Rating" }, { - id: "kpi2", icon: Users, - value: "100+", - description: "Expert Guides", + value: "100+", description: "Expert Guides" }, { - id: "kpi3", icon: Award, - value: "Awarded", - description: "Trusted Agency", - }, + value: "Awarded", description: "Trusted Agency" + } ]} title="Hear From Our Happy Travelers" description="Our clients' experiences speak volumes. Read their stories and get inspired for your own journey." @@ -277,35 +198,11 @@ export default function LandingPage() { description="Read our latest articles, tips, and destination guides to fuel your wanderlust and plan your next perfect trip." blogs={[ { - id: "blog-1", - category: "Adventure", - title: "Top 10 Hidden Gems of Southeast Asia", - excerpt: "Uncover lesser-known destinations in Southeast Asia that promise unique experiences away from the crowds.", - imageSrc: "http://img.b2bpic.net/free-photo/seashells-hat-with-plants-near-fruit-textile-with-notepad_23-2148122276.jpg", - authorName: "Jane Doe", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg", - date: "Oct 26, 2023", - }, + id: "blog-1", category: "Adventure", title: "Top 10 Hidden Gems of Southeast Asia", excerpt: "Uncover lesser-known destinations in Southeast Asia that promise unique experiences away from the crowds.", imageSrc: "http://img.b2bpic.net/free-photo/seashells-hat-with-plants-near-fruit-textile-with-notepad_23-2148122276.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg", date: "Oct 26, 2023"}, { - id: "blog-2", - category: "Culture", - title: "A Foodie's Guide to Exploring Italy", - excerpt: "Embark on a culinary journey through Italy, from traditional pasta workshops to the best gelato spots.", - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend_329181-521.jpg", - authorName: "John Smith", - authorAvatar: "http://img.b2bpic.net/free-photo/handsome-male-traveler-with-backpack-his-shoulder-looking-away_23-2148148690.jpg", - date: "Nov 15, 2023", - }, + id: "blog-2", category: "Culture", title: "A Foodie's Guide to Exploring Italy", excerpt: "Embark on a culinary journey through Italy, from traditional pasta workshops to the best gelato spots.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend_329181-521.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-male-traveler-with-backpack-his-shoulder-looking-away_23-2148148690.jpg", date: "Nov 15, 2023"}, { - id: "blog-3", - category: "Tips", - title: "Packing Smart: Essential Tips for Any Trip", - excerpt: "Learn how to pack light and efficiently, ensuring you have everything you need without the extra bulk.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-tourist-tie-shoelaces_1150-45019.jpg", - authorName: "Alice Johnson", - authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg", - date: "Dec 01, 2023", - }, + id: "blog-3", category: "Tips", title: "Packing Smart: Essential Tips for Any Trip", excerpt: "Learn how to pack light and efficiently, ensuring you have everything you need without the extra bulk.", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-tourist-tie-shoelaces_1150-45019.jpg", authorName: "Alice Johnson", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-happy-couple-traveling-summer-bicycles-man-woman-with-blond-hair-boho-hipster-style-fashion-having-fun-together-taking-photos-sightseeing_285396-3082.jpg", date: "Dec 01, 2023"}, ]} /> @@ -314,18 +211,13 @@ export default function LandingPage() { @@ -336,75 +228,45 @@ export default function LandingPage() { imageAlt="Vintage map of the world, travel concept" columns={[ { - title: "Destinations", - items: [ + title: "Destinations", items: [ { - label: "Asia", - href: "#", - }, + label: "Asia", href: "#"}, { - label: "Europe", - href: "#", - }, + label: "Europe", href: "#"}, { - label: "Americas", - href: "#", - }, + label: "Americas", href: "#"}, { - label: "Africa", - href: "#", - }, + label: "Africa", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Team", - href: "#", - }, + label: "Our Team", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#blog", - }, + label: "Blog", href: "#blog"}, { - label: "FAQs", - href: "#", - }, + label: "FAQs", href: "#"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "Facebook", - href: "https://facebook.com", - }, + label: "Facebook", href: "https://facebook.com"}, ], }, ]} -- 2.49.1