From 6824d4b695b6a032eb44ef06de7868a7ecd83178 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:12:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 425 +++++++++++++++-------------------------------- 1 file changed, 134 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 690630d..2a00308 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,308 +16,151 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1