From 7106e267c21d808d6458b1af9be015e266c3f808 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:56:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 +++++++++++++++-------------------------------- 1 file changed, 97 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71c39ce..98de705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,222 +13,111 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1