diff --git a/src/app/page.tsx b/src/app/page.tsx index ac9edff..d93eb8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,14 @@ "use client"; import ReactLenis from "lenis/react"; -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 HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { MapPin, Info, Mountain, Phone } from "lucide-react"; export default function BorrowdaleVillageWalkPage() { return ( @@ -24,101 +25,92 @@ export default function BorrowdaleVillageWalkPage() { headingFontWeight="semibold" > - - -
- + +
+ +
+
-
- +
-
- +
-
- +
- +
);