From 5c7bcc16a124632c98af23e56dcd0627ef62c6c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:28:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 477 +++++++++++++++-------------------------------- 1 file changed, 151 insertions(+), 326 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4815d63..4d0fb05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,341 +14,166 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1