From f4e5e3a141b9c1cad89549c3b6eb3331d823c930 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 22:42:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 +++++++++++++++++------------------------------ 1 file changed, 107 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c511dc..5ff0887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; export default function LandingPage() { return ( @@ -27,204 +27,120 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);