From 684e9507c7ca6674d1c6293f69ca8f802f2bbbfc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:47:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 529 ++++++++++++++--------------------------------- 1 file changed, 155 insertions(+), 374 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b61b3e..b24dbb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,391 +16,172 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1