From 0e65f39e36a7d10333495d4a51295a701729085a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:33:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 419 +++++++++++++++-------------------------------- 1 file changed, 134 insertions(+), 285 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c17a30e..8b38020 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,301 +15,150 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1