From e8c09a8f3df5760547d347f1dd6c26c1b3dcafd1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:45:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 ++++++++++++++--------------------------------- 1 file changed, 119 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01102d5..f0d7094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,306 +14,134 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1