From 17f85e9234219446bc99ceae93339a375dcc230c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:52:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++++++--------------------------------- 1 file changed, 129 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f098604..b1a6c7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,323 +15,145 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1