From 0feb6c8fdcdf355600c34579265339b9e67e31d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 22:45:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 +++++++++++++++++++++++------------------------ 1 file changed, 106 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5ec0fd..bcbf77c 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 AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( @@ -27,120 +27,119 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);