From ce988c1a26d8519a5437ee07d4cd7182518b2b0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:16:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 438 +++++++++++++---------------------------------- 1 file changed, 122 insertions(+), 316 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59f9d91..00847bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,331 +14,137 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1