From 8a4019144a17dbff34a652506cf5a19302f8cf74 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:06:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++++++-------------------------------- 1 file changed, 55 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index baa06e9..fac733d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { CheckCircle } from "lucide-react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import { CheckCircle, MapPin, Phone } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -27,154 +27,94 @@ export default function LandingPage() { >
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1