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