From 44f597218f9cb5b7867eb8728bb9581a794c998a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:18:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 549 +++++++++++++---------------------------------- 1 file changed, 155 insertions(+), 394 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8ff1ab..b364d21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,411 +16,172 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1