From fcb96203539d6c6c10971ccc69db64d204cfbcf2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:20:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 341 ++++++++++++++++------------------------------- 1 file changed, 114 insertions(+), 227 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b470346..9e1fe3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,241 +13,128 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1