From 599b2d291274abc53683f40c8af3080b040f5c54 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:30:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++++++++++--------------------------------- 1 file changed, 102 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17fa2b1..8eaca20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,248 +13,116 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1