From c9184e1f078b7857be653ff3f037dec1fd8030dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:38:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 406 +++++++++++++++-------------------------------- 1 file changed, 128 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f49737..82ad5af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,293 +14,143 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1