Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-31 14:42:15 +00:00

View File

@@ -10,7 +10,6 @@ import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Compass, MapPin } from "lucide-react";
export default function LuxuryTravelAgencyPage() {
return (
@@ -28,7 +27,6 @@ export default function LuxuryTravelAgencyPage() {
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Elysian Travels"
navItems={[
{ name: "Journeys", id: "journeys" },
{ name: "Destinations", id: "destinations" },
@@ -42,12 +40,12 @@ export default function LuxuryTravelAgencyPage() {
description="Redefining luxury travel through unparalleled access, artisanal service, and profound discovery."
background={{ variant: "canvas-reveal" }}
carouselItems={[
{ imageSrc: "/templates/luxury-travel-agency/hero/hero1.webp" },
{ imageSrc: "/templates/luxury-travel-agency/hero/hero2.webp" },
{ imageSrc: "/templates/luxury-travel-agency/hero/hero3.jpg" },
{ imageSrc: "/templates/luxury-travel-agency/hero/hero4.jpg" },
{ imageSrc: "/templates/luxury-travel-agency/services/service1.webp" },
{ imageSrc: "/templates/luxury-travel-agency/services/service5.webp" }
{ id: "1", imageSrc: "/templates/luxury-travel-agency/hero/hero1.webp" },
{ id: "2", imageSrc: "/templates/luxury-travel-agency/hero/hero2.webp" },
{ id: "3", imageSrc: "/templates/luxury-travel-agency/hero/hero3.jpg" },
{ id: "4", imageSrc: "/templates/luxury-travel-agency/hero/hero4.jpg" },
{ id: "5", imageSrc: "/templates/luxury-travel-agency/services/service1.webp" },
{ id: "6", imageSrc: "/templates/luxury-travel-agency/services/service5.webp" }
]}
buttons={[{ text: "Explore Collections", href: "#journeys" }]}
/>
@@ -55,8 +53,8 @@ export default function LuxuryTravelAgencyPage() {
<div id="about">
<InlineImageSplitTextAbout
title="The Elysian Standard"
description="We believe travel is the ultimate investment. By combining deep local expertise with privileged access, we curate paths through the world's most guarded sanctuaries."
subdescription="Your time is our priority. Every itinerary is meticulously architected to ensure total tranquility and immersion."
description="We believe travel is the ultimate investment."
subdescription="Your time is our priority."
/>
</div>
<div id="journeys">
@@ -65,9 +63,10 @@ export default function LuxuryTravelAgencyPage() {
description="From private charters to deep-wilderness conservation retreats."
textboxLayout="default"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{ id: 1, title: "Private Aviation", description: "Seamless sky-to-resort transitions.", imageSrc: "/templates/luxury-travel-agency/services/service5.webp" },
{ id: 2, title: "Culinary Immersion", description: "Michelin-starred private dining experiences.", imageSrc: "/templates/luxury-travel-agency/services/service3.webp" },
{ id: 2, title: "Culinary Immersion", description: "Michelin-starred private dining.", imageSrc: "/templates/luxury-travel-agency/services/service3.webp" },
{ id: 3, title: "Private Sanctuary", description: "Access to non-public luxury estates.", imageSrc: "/templates/luxury-travel-agency/services/service1.webp" }
]}
/>
@@ -78,6 +77,8 @@ export default function LuxuryTravelAgencyPage() {
description="Selected locales for the discerning explorer."
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Asia", name: "Maldives Private Isle", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "/templates/luxury-travel-agency/destination/destination6.webp" },
{ id: "2", brand: "Europe", name: "Swiss Alpine Chalet", price: "Custom", rating: 5, reviewCount: "24", imageSrc: "/templates/luxury-travel-agency/destination/destination5.webp" },
@@ -90,9 +91,10 @@ export default function LuxuryTravelAgencyPage() {
title="Discerning Feedback"
description="Stories from our global partners."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Impeccable", quote: "The sheer precision of their planning is unmatched.", name: "Alexander Sterling", role: "Entrepreneur" },
{ id: "2", title: "Exceptional", quote: "An experience that truly transcended the ordinary.", name: "Elena Rossi", role: "Director" }
{ id: "1", title: "Impeccable", quote: "The precision is unmatched.", name: "Alexander Sterling", role: "Entrepreneur" },
{ id: "2", title: "Exceptional", quote: "An experience that truly transcended.", name: "Elena Rossi", role: "Director" }
]}
/>
</div>
@@ -100,6 +102,7 @@ export default function LuxuryTravelAgencyPage() {
<ContactText
text="Your next chapter awaits. Let us design your arrival."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[{ text: "Schedule Consultation" }]}
/>
</div>