From 970a56ca1338ac8fbf18ebfa80ebf2c4dfd99ebf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:36:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 519 ++++++++++++++--------------------------------- 1 file changed, 151 insertions(+), 368 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccb9108..4027ddf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,385 +16,168 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1