From ecd9509377687e8bbcf9b19e4a94a13c6d6a3d1f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:58:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 402 ++++++++++++++--------------------------------- 1 file changed, 117 insertions(+), 285 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 248483a..85ffec3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,299 +13,131 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1