From d706e65b54d982278d1ef4bb96f133b2fd81dc20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:36:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 304 +++++++++++++++++++---------------------------- 1 file changed, 125 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6c4edf..0ba2791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Droplets, ShieldCheck, Zap } from "lucide-react"; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -27,191 +27,137 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1