From b42b4737677c3e2dce30c2b00186ef119cd573fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:58:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 352 +++++++++++++++-------------------------------- 1 file changed, 109 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dda512f..66b341f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,257 +13,123 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1