From d7925eb78237440e8d36d8033faff021a0f6d30d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:09:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 440 ++++++++++++++++------------------------------- 1 file changed, 145 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08afccf..0cfffd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,312 +16,162 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1