From ae5e540be866c636a1c128b6ba08b4823fe7172e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:16:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 392 ++++++++++++++++------------------------------- 1 file changed, 135 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d45a10a..ac4ecfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,272 +14,150 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1