diff --git a/src/app/page.tsx b/src/app/page.tsx index 2127caf..9ab73bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,456 +3,157 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Leaf, Utensils } from "lucide-react"; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Leaf, Award, Utensils, Droplets, Wrench, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);