From 91b510e6c4cde3e902c5f2e9ed7a350eef8b181d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:10:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 331 ++++++++++++++++------------------------------- 1 file changed, 113 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a67b810..ecd74b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,233 +14,128 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1