From d8beb33ff2a136c7fe7d483213ca80245cb53fca Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:06:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 455 +++++++++++++++-------------------------------- 1 file changed, 145 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3b8ce7..04f39cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,327 +16,162 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1