From 96fb7686d120fb5ad845ffcb802eb0d3d503473c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:35:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 448 +++++++++++++++++------------------------------ 1 file changed, 156 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dbe8b8..8909997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,307 +14,171 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1