From 4f57dc505305d4247443bb637e2fbf0793efa3b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:16:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 438 +++++++++++++++-------------------------------- 1 file changed, 142 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e0e5..48061d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,312 +15,158 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1