From cf59d7fea344f4002226a0b8cab3c5c0dbff45f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:17:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 390 +++++++++++++++++------------------------------ 1 file changed, 136 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9edacf..1a2f5df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,270 +15,152 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1