From 88d4380973a4d1152f1a6f2f250ed451a4a96b01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:44:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 391 ++++++++++++++--------------------------------- 1 file changed, 115 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9323cdd..fce53f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,282 +1,121 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBase from "@/components/sections/footer/FooterBase"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react"; +import { Coffee, MapPin, Calendar, Clock, Utensils } from "lucide-react"; -export default function LuxuryTravelAgencyTemplatePage() { - return ( - - - - - - - - - - - - - - ); -} +export default function BorrowdaleVillageWalkPage() { + return ( + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+
+ ); +} \ No newline at end of file -- 2.49.1