From 08d44c922594339e26e0fe0fca4c3f578633afd5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:03:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 459 +++++++++++++---------------------------------- 1 file changed, 123 insertions(+), 336 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37353e2..182eda0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,350 +13,137 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1