From 2144e396f9b6afaf518ee4b4eb4307eb53be26a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:54:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 +++++++++++++++++------------------------------ 1 file changed, 135 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8eb8b..3455dcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,249 +16,152 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1