From b4d50ca0bac9eb07691488c2f672718417d7b12a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 09:45:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 +++++++++++++++++------------------------------ 1 file changed, 129 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26be6b4..54e7677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,252 +13,143 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1