From 168bdff987bf3fbc43be86abf2812e172a6ec19a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:28:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 406 +++++++++++++++-------------------------------- 1 file changed, 127 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63dbc6c..9380b97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,294 +14,142 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1