From fd1929565f3e2455db71ed0407347e9fbd6cd2bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:44:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 567 +++++++++++++++-------------------------------- 1 file changed, 178 insertions(+), 389 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 827f4a3..909b55f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,406 +16,195 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1