From 6f28c8eb5451847f80754925b9a56eeb94695c6a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:54:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 527 ++++++++++++++--------------------------------- 1 file changed, 149 insertions(+), 378 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a56f1b0..a67f348 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,395 +16,166 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1