From a3b09d4501626cc304dc110879f4c24a945edc25 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:47:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++++++++++++++++++------------------------- 1 file changed, 81 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a6d492..5dad12b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Facebook, Instagram, Wrench, Flame, Snowflake } from "lucide-react"; @@ -26,104 +25,92 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1