From 2ee59bf5c3d756b8eba8d1854d7249a939f3af87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:54:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 437 +++++++++++++++-------------------------------- 1 file changed, 133 insertions(+), 304 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22cecba..945e0ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,321 +16,150 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1