From 004c1407e8011bd88700a83f23b15d394e3433a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:20:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++++----------------------------------- 1 file changed, 54 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69ff3e6..abe366d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -113,10 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} title="We Don't Book Trips. We Architect Experiences." description={[ - "At Jetour, we transcend the ordinary, meticulously crafting bespoke journeys that redefine luxury travel. From private aviation and seamless ground transfers to exclusive accommodations and personalized itineraries, every detail is orchestrated to perfection, ensuring unparalleled comfort and convenience.", - "Our dedicated concierges anticipate your every need, handling all logistics with discretion and precision. We curate experiences that resonate deeply, allowing you to immerse yourself fully in your destination, free from the complexities of planning.", - "For discerning individuals who value their time and seek extraordinary moments, Jetour delivers not just a trip, but a meticulously designed masterpiece of exploration and relaxation. Your journey, perfected.", - ]} + "At Jetour, we transcend the ordinary, meticulously crafting bespoke journeys that redefine luxury travel. From private aviation and seamless ground transfers to exclusive accommodations and personalized itineraries, every detail is orchestrated to perfection, ensuring unparalleled comfort and convenience.", "Our dedicated concierges anticipate your every need, handling all logistics with discretion and precision. We curate experiences that resonate deeply, allowing you to immerse yourself fully in your destination, free from the complexities of planning.", "For discerning individuals who value their time and seek extraordinary moments, Jetour delivers not just a trip, but a meticulously designed masterpiece of exploration and relaxation. Your journey, perfected."]} /> @@ -124,25 +99,19 @@ export default function LandingPage() { @@ -153,29 +122,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Exclusive", - title: "Private Travel Curation", - subtitle: "Bespoke itineraries for discerning individuals.", - description: "From private jets to secluded villas, we meticulously plan every facet of your journey.", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-baggages-arrangement_23-2151129723.jpg", - imageAlt: "Icon for private travel curation", - }, + tag: "Exclusive", title: "Private Travel Curation", subtitle: "Bespoke itineraries for discerning individuals.", description: "From private jets to secluded villas, we meticulously plan every facet of your journey.", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-baggages-arrangement_23-2151129723.jpg", imageAlt: "Icon for private travel curation"}, { - tag: "Organized", - title: "Corporate & Group Journeys", - subtitle: "Seamless logistics for teams and special events.", - description: "Efficiently managed group travel, ensuring comfort and productivity for all participants.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-people-white-party_23-2149445619.jpg", - imageAlt: "Icon for corporate and group journeys", - }, + tag: "Organized", title: "Corporate & Group Journeys", subtitle: "Seamless logistics for teams and special events.", description: "Efficiently managed group travel, ensuring comfort and productivity for all participants.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-people-white-party_23-2149445619.jpg", imageAlt: "Icon for corporate and group journeys"}, { - tag: "Effortless", - title: "Airport & Transfer Logistics", - subtitle: "Stress-free arrivals and departures worldwide.", - description: "Luxury ground transportation and VIP airport services for ultimate convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/taxi-car-with-pin-pointer-mark-location-smartphone-online-transportation-service-concept-web-banner-cartoon-icon-symbol-background-3d-illustration_56104-1999.jpg", - imageAlt: "Icon for airport and transfer logistics", - }, + tag: "Effortless", title: "Airport & Transfer Logistics", subtitle: "Stress-free arrivals and departures worldwide.", description: "Luxury ground transportation and VIP airport services for ultimate convenience.", imageSrc: "http://img.b2bpic.net/free-photo/taxi-car-with-pin-pointer-mark-location-smartphone-online-transportation-service-concept-web-banner-cartoon-icon-symbol-background-3d-illustration_56104-1999.jpg", imageAlt: "Icon for airport and transfer logistics"}, ]} title="What We Do" description="We craft, we architect, we deliver exceptional travel experiences tailored to your desires." @@ -186,52 +137,23 @@ export default function LandingPage() { @@ -286,37 +197,23 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Instagram", - href: "https://www.instagram.com/jetour.tz/?hl=en", - }, + label: "Instagram", href: "https://www.instagram.com/jetour.tz/?hl=en"}, { - label: "WhatsApp", - href: "https://wa.me/255690717171", - }, + label: "WhatsApp", href: "https://wa.me/255690717171"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, ]} -- 2.49.1