From 00e3aec71fdf1bbd208a143a2d81494793b259c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:16:56 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 210 +++++++++-------------------------------- 1 file changed, 47 insertions(+), 163 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ccfc0d3..89e7763 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Briefcase, Compass, Globe } from "lucide-react"; +import { Bell, Briefcase, CalendarCheck, Compass, Globe, HeartHandshake, Plane } from "lucide-react"; export default function LandingPage() { return ( @@ -29,41 +29,21 @@ export default function LandingPage() { @@ -76,19 +56,13 @@ export default function LandingPage() { description="At Voyage Elite, we believe that travel should be an art form. Founded on a passion for discovery and a commitment to unparalleled service, we meticulously design bespoke itineraries that transcend the ordinary. Our global network and deep expertise ensure every journey is a masterpiece, tailored precisely to your desires." bulletPoints={[ { - title: "Personalized Itineraries", - description: "Every trip is unique, designed around your preferences and dreams.", - icon: Compass, + title: "Personalized Itineraries", description: "Every trip is unique, designed around your preferences and dreams.", icon: Compass, }, { - title: "Global Network", - description: "Access to exclusive destinations and private experiences worldwide.", - icon: Globe, + title: "Global Network", description: "Access to exclusive destinations and private experiences worldwide.", icon: Globe, }, { - title: "Expert Concierge", - description: "24/7 support and seamless logistics from start to finish.", - icon: ConciergeBell, + title: "Expert Concierge", description: "24/7 support and seamless logistics from start to finish.", icon: Bell, }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-business-lady-female-director-sitting-office-desk-discussing-results-planning-work-group-meeting-with-coworkers-working-together-office_141793-21302.jpg" @@ -99,37 +73,22 @@ export default function LandingPage() {
@@ -74,51 +54,28 @@ export default function LandingPage() {
@@ -150,24 +103,16 @@ export default function LandingPage() { features={[ { icon: ShieldCheck, - title: "Exclusive Access", - description: "Gain entry to private estates, VIP events, and experiences typically unavailable to the public.", - }, + title: "Exclusive Access", description: "Gain entry to private estates, VIP events, and experiences typically unavailable to the public."}, { icon: Bell, - title: "Personalized Concierge", - description: "Dedicated 24/7 support from your personal travel expert, anticipating every need.", - }, + title: "Personalized Concierge", description: "Dedicated 24/7 support from your personal travel expert, anticipating every need."}, { icon: Globe, - title: "Tailored Itineraries", - description: "Custom-designed travel plans meticulously crafted to match your preferences and pace.", - }, + title: "Tailored Itineraries", description: "Custom-designed travel plans meticulously crafted to match your preferences and pace."}, { icon: Star, - title: "Luxury Accommodations", - description: "Stay in hand-picked five-star hotels, private villas, and unique boutique properties.", - }, + title: "Luxury Accommodations", description: "Stay in hand-picked five-star hotels, private villas, and unique boutique properties."}, ]} title="The Voyage Elite Difference" description="Our commitment to excellence ensures every aspect of your journey is meticulously planned and executed with discretion and care." @@ -182,37 +127,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Hawaiian Serenity Retreat", - price: "From $12,500", - variant: "Private Villas & Yacht", - imageSrc: "http://img.b2bpic.net/free-photo/seductive-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style_273443-3179.jpg", - imageAlt: "Luxury private villa overlooking a Hawaiian beach", - }, + id: "1", name: "Hawaiian Serenity Retreat", price: "From $12,500", variant: "Private Villas & Yacht", imageSrc: "http://img.b2bpic.net/free-photo/seductive-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style_273443-3179.jpg", imageAlt: "Luxury private villa overlooking a Hawaiian beach"}, { - id: "2", - name: "European Grandeur Tour", - price: "From $18,000", - variant: "Historic Cities & Culture", - imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648905.jpg", - imageAlt: "Couple enjoying a private tour of a European city", - }, + id: "2", name: "European Grandeur Tour", price: "From $18,000", variant: "Historic Cities & Culture", imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648905.jpg", imageAlt: "Couple enjoying a private tour of a European city"}, { - id: "3", - name: "African Safari Immersion", - price: "From $15,000", - variant: "Wildlife & Wilderness", - imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052446.jpg", - imageAlt: "Safari jeep observing wildlife in the African savannah", - }, + id: "3", name: "African Safari Immersion", price: "From $15,000", variant: "Wildlife & Wilderness", imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052446.jpg", imageAlt: "Safari jeep observing wildlife in the African savannah"}, { - id: "4", - name: "Antarctic Expedition", - price: "From $25,000", - variant: "Polar Adventure & Discovery", - imageSrc: "http://img.b2bpic.net/free-vector/flat-north-pole-winter-background_23-2149904636.jpg", - imageAlt: "Luxury expedition ship in Antarctica", - }, + id: "4", name: "Antarctic Expedition", price: "From $25,000", variant: "Polar Adventure & Discovery", imageSrc: "http://img.b2bpic.net/free-vector/flat-north-pole-winter-background_23-2149904636.jpg", imageAlt: "Luxury expedition ship in Antarctica"}, ]} title="Featured Destinations & Experiences" description="Discover a selection of our most popular and exclusive travel packages, designed for discerning travelers." @@ -226,59 +147,23 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Eleanor Vance", - handle: "@EleanorVance", - testimonial: "Voyage Elite planned the most incredible honeymoon for us in the Maldives. Every detail was perfect, truly beyond our wildest dreams!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=1", - imageAlt: "Eleanor Vance avatar", - }, + id: "1", name: "Eleanor Vance", handle: "@EleanorVance", testimonial: "Voyage Elite planned the most incredible honeymoon for us in the Maldives. Every detail was perfect, truly beyond our wildest dreams!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Eleanor Vance avatar"}, { - id: "2", - name: "Marcus Thorne", - handle: "@MarcusThorne", - testimonial: "Our private safari in Kenya was meticulously organized and absolutely breathtaking. The exclusive access made all the difference.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", - imageAlt: "Marcus Thorne avatar", - }, + id: "2", name: "Marcus Thorne", handle: "@MarcusThorne", testimonial: "Our private safari in Kenya was meticulously organized and absolutely breathtaking. The exclusive access made all the difference.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Marcus Thorne avatar"}, { - id: "3", - name: "Sophia Chang", - handle: "@SophiaC_Travels", - testimonial: "From the Swiss Alps to the Italian Riviera, Voyage Elite crafted a European adventure that was both luxurious and deeply personal. Fantastic service!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=1", - imageAlt: "Sophia Chang avatar", - }, + id: "3", name: "Sophia Chang", handle: "@SophiaC_Travels", testimonial: "From the Swiss Alps to the Italian Riviera, Voyage Elite crafted a European adventure that was both luxurious and deeply personal. Fantastic service!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Chang avatar"}, { - id: "4", - name: "David Sterling", - handle: "@DSterling_Adventures", - testimonial: "The Antarctic expedition they arranged was an absolute triumph. Unforgettable wildlife encounters and supreme comfort on our private vessel.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg?_wi=1", - imageAlt: "David Sterling avatar", - }, + id: "4", name: "David Sterling", handle: "@DSterling_Adventures", testimonial: "The Antarctic expedition they arranged was an absolute triumph. Unforgettable wildlife encounters and supreme comfort on our private vessel.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg", imageAlt: "David Sterling avatar"}, { - id: "5", - name: "Isabella Rossi", - handle: "@IsabellaR", - testimonial: "Every journey with Voyage Elite is pure magic. Their attention to detail and ability to anticipate my needs is simply unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=1", - imageAlt: "Isabella Rossi avatar", - }, + id: "5", name: "Isabella Rossi", handle: "@IsabellaR", testimonial: "Every journey with Voyage Elite is pure magic. Their attention to detail and ability to anticipate my needs is simply unmatched.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg", imageAlt: "Isabella Rossi avatar"}, { - id: "6", - name: "Charles Beaumont", - handle: "@CBeaumontGlobal", - testimonial: "For exclusive and sophisticated travel experiences, Voyage Elite is the only choice. They consistently exceed expectations.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg?_wi=1", - imageAlt: "Charles Beaumont avatar", - }, + id: "6", name: "Charles Beaumont", handle: "@CBeaumontGlobal", testimonial: "For exclusive and sophisticated travel experiences, Voyage Elite is the only choice. They consistently exceed expectations.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg", imageAlt: "Charles Beaumont avatar"}, ]} showRating={true} title="Our Clients' Unforgettable Moments" @@ -291,14 +176,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - "http://img.b2bpic.net/free-vector/business-magazine-cover-template-with-photo_23-2147856512.jpg", - "http://img.b2bpic.net/free-vector/colorful-lastest-news-banner-pack_23-2148147117.jpg", - "http://img.b2bpic.net/free-photo/side-view-woman-taking-selfie_23-2148602028.jpg", - "http://img.b2bpic.net/free-vector/vintage-flat-travel-logo-set_23-2148178516.jpg", - "http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg", - "http://img.b2bpic.net/free-vector/archive-page-design_1284-11252.jpg", - "http://img.b2bpic.net/free-vector/travel-logo-template-collection_23-2148617290.jpg", - ]} + "http://img.b2bpic.net/free-vector/business-magazine-cover-template-with-photo_23-2147856512.jpg", "http://img.b2bpic.net/free-vector/colorful-lastest-news-banner-pack_23-2148147117.jpg", "http://img.b2bpic.net/free-photo/side-view-woman-taking-selfie_23-2148602028.jpg", "http://img.b2bpic.net/free-vector/vintage-flat-travel-logo-set_23-2148178516.jpg", "http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg", "http://img.b2bpic.net/free-vector/archive-page-design_1284-11252.jpg", "http://img.b2bpic.net/free-vector/travel-logo-template-collection_23-2148617290.jpg"]} + names={[]} title="Trusted by the World's Most Discerning Travelers" description="Our dedication to unparalleled service has earned us recognition and partnerships with leading luxury travel authorities." speed={60} @@ -310,16 +189,13 @@ export default function LandingPage() { @@ -328,62 +204,37 @@ export default function LandingPage() {