diff --git a/src/app/page.tsx b/src/app/page.tsx index e289674..ae50ee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,19 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, Shield, Users } from "lucide-react"; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import MetricCardThree from '@/components/sections/metric/MetricCardThree'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Droplets, History, Leaf, Camera } from "lucide-react"; -export default function LandingPage() { +export default function ParkPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file