diff --git a/src/app/page.tsx b/src/app/page.tsx index f821068..e9843b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Leaf, Award, MapPin, Mail, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -29,206 +30,116 @@ export default function LandingPage() { >
-
-
-
- -
- -
-
-
-