From 23d3726db74e239f0db6f6e1e7c8541834d4c739 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:20:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 563 ++++++++++++++--------------------------------- 1 file changed, 160 insertions(+), 403 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 150c7f9..1ab1ad2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,419 +15,176 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1