From bc07e428b957995af622de340bfc46a2e70635fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++++++--------------------------------- 1 file changed, 130 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2295f7d..7fd73d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,322 +15,146 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1