From 7447ae89d4bd2978342ba50e7dd1d5967b647386 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 385 +++++++++++++++-------------------------------- 1 file changed, 118 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 842e6fa..b08c49d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,281 +13,132 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1