From 4deecfbcbef5e6328133a0276cf10e8edf0d87e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 05:56:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 544 +++++++++++++---------------------------------- 1 file changed, 150 insertions(+), 394 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ef7ebe..f26875a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,410 +15,166 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1