From 59274515d840d118d831ded7080bc0169b8d6c74 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 22:36:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 404 ++++++++++++++--------------------------------- 1 file changed, 122 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26395a9..0809697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,297 +14,137 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1