From 38661656ba39fff49973dcd4d1b2a40f55a7b5b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:24:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 490 ++++++++++++++--------------------------------- 1 file changed, 139 insertions(+), 351 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7cf7c3..7e64a94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,368 +16,156 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1