From c255031c3661f524f5e90a5bb3f88a84cbbc06e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:10:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 320 +++++++++++++++-------------------------------- 1 file changed, 98 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4273d6f..623104f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,236 +13,112 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1