From 9d385bee1c82389125b21659ce2bce3f1a768fea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 10:19:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 404 ++++++++++++++++------------------------------- 1 file changed, 133 insertions(+), 271 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cb061a..9908e03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,287 +15,149 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1