From bb8852eb619369678be645e2e596c5e24084b3aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:06:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 500 ++++++++++++++--------------------------------- 1 file changed, 147 insertions(+), 353 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 892eaaa..26f0361 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,370 +16,164 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1