From 4b80d30bcb21d964af4b1c06cb3c6267847519fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:25:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 424 ++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bb4fe3..533b002 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,294 +15,162 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1