From 29943ba71fbeb036d72b1427406529389ababdbf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:01:20 +0000 Subject: [PATCH 1/3] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 7b0ef84..1a5c213 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -29,12 +29,15 @@ export default function BookingPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Plan Your Trip", href: "/booking" }} /> console.log("Booking email:", email)} + background={{ variant: "plain" }} + useInvertedBackground={false} /> Date: Sun, 29 Mar 2026 21:01:21 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cb73cba..4e002ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -29,12 +29,15 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} brandName="Luxuria" + button={{ text: "Plan Your Trip", href: "/booking" }} /> console.log("Contact email:", email)} + background={{ variant: "plain" }} + useInvertedBackground={false} /> Date: Sun, 29 Mar 2026 21:01:21 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6991313..a02bc88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; @@ -40,21 +39,6 @@ export default function LuxuryTravelAgencyTemplatePage() { brandName="Luxuria" button={{ text: "Plan Your Trip", href: "/booking" }} /> -