From 76b5344d20994f19dc3641745e3dbcf84d243bbe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 05:39:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 512 ++++++++++++----------------------------------- 1 file changed, 133 insertions(+), 379 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c3c3e2..997bdec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,395 +14,149 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1