From 2c0140a25515ba0a7c1f767bf8353ae8b6bea6c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:10:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 471 ++++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 317 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a139c9d..241244e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,331 +13,168 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1