From 41706988c24b14457c28d5b8f4e1741fa9f8b88d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 11:01:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 443 ++++++++++++++--------------------------------- 1 file changed, 134 insertions(+), 309 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 785ff6b..7b09a27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,325 +15,150 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1