From 1fa07371d5475bc0fc30bc2c8c404982f77021f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:02:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 349 +++++++++++++---------------------------------- 1 file changed, 97 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3da57e..0f74c84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,266 +13,111 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1