From 8f62d2a1f2b9266a52b11414b12c5f590cab44ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:00:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 485 ++++++++++++++--------------------------------- 1 file changed, 145 insertions(+), 340 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 922244f..4d71a4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,357 +16,162 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1