From 619c8390514631edae560172633b9f8f9d3eafa9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:42:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7781b0..e3bff47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { > @@ -55,8 +53,8 @@ export default function LuxuryTravelAgencyPage() {
@@ -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" } ]} />
@@ -100,6 +102,7 @@ export default function LuxuryTravelAgencyPage() { -- 2.49.1