From 7d07140e39746609e1b741bbe9f3c6ba47afd2ba Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:39:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 373 +++++++++++++++++++++-------------------------- 1 file changed, 169 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc59ab7..462c2e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,220 +15,185 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1