From 79c2ca273c3107b8dd75969a4479d24617d11483 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:04:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 446 +++++++++++++++-------------------------------- 1 file changed, 140 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33263e1..020653c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,323 +16,157 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1