From 5ad62fbee34f1febd4452130e2075db0e41a0f8a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 11:02:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 383 ++++++++++++++++------------------------------- 1 file changed, 131 insertions(+), 252 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17b5ae5..6317393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,267 +14,146 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1