From ce18d4ed1c32c64b9284cd6599dc330aded677d5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:09:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 481 ++++++++++++++--------------------------------- 1 file changed, 139 insertions(+), 342 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f22221b..2492684 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,358 +15,155 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1