diff --git a/src/app/page.tsx b/src/app/page.tsx index 9323cdd..c6ce13f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; @@ -39,234 +39,149 @@ export default function LuxuryTravelAgencyTemplatePage() { brandName="Luxuria" button={{ text: "Plan Your Trip", href: "#contact" }} /> - - - - - - - +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
); -} +} \ No newline at end of file