From 2ad1390bfbe782a4cbd057d028ef798b3fad5374 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:40:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 465 ++++++++++++++++------------------------------- 1 file changed, 154 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69b33b0..4d1ca45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,328 +16,171 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1