From 42f895e2af4f5dfcc3e9974ff91ac719badfaa2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:50:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 486 +++++++++++++++-------------------------------- 1 file changed, 150 insertions(+), 336 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 412b204..d73e1da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,353 +16,167 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1