From 23746568d41a66621c5f728e5cee18954c6957fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:39:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 503 ++++++++++++++--------------------------------- 1 file changed, 149 insertions(+), 354 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eb461e..cecbbd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,371 +16,166 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1