From 8a3d8c13024c9b2214d90dfe992089209aa3c1a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 11:26:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 447 +++++++++++++++-------------------------------- 1 file changed, 141 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccf3f82..c00054f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,322 +15,157 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1