diff --git a/src/app/page.tsx b/src/app/page.tsx index 102af70..baae549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import TextAbout from '@/components/sections/about/TextAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { ShieldCheck, Wrench, Droplets, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -26,334 +27,95 @@ export default function LandingPage() { >
-
-
-
-
-