From 2a16cb2e788d9adfdbb6158bc10f86bb4b8daef2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:01:21 +0000 Subject: [PATCH] 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" }} /> -