From a5bb41510068c101a970cc34c06b292cff51c7ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:16:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 480 ++++++++++++++--------------------------------- 1 file changed, 144 insertions(+), 336 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d100f3..07e9c5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,353 +16,161 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1