From 66b6f3cb7a43a1c8ae73f8f6a1fa0b121726cd2d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 06:52:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 386 ++++++++++++++--------------------------------- 1 file changed, 117 insertions(+), 269 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16bd3d7..6a6e0d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,284 +14,132 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1