From 397ca17ae53032c65c5ad59e9c70103e1e0c6356 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 00:53:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 501 ++++++++++------------------------------------- 1 file changed, 104 insertions(+), 397 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a58e1cf..45b207c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,419 +2,126 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { CheckCircle, Leaf, Utensils } from "lucide-react"; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Anchor, Waves, Droplets, MapPin, Mail } from "lucide-react"; -export default function LandingPage() { +export default function SwimmingParkPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1