From b5bfc94607c7e92d22a740556bcd2287929eb5a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 500 +++++++++++++---------------------------------- 1 file changed, 137 insertions(+), 363 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc5f9c0..d1f816b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,380 +15,154 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1