From 074c5237f82cc78fdc5440c490c3d45ab0bc7d2f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 443 +++++++++++++---------------------------------- 1 file changed, 121 insertions(+), 322 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32ec5b9..2b78c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,343 +5,142 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Box, Truck, Wrench } from "lucide-react"; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import { Box, Truck, Wrench, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1