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