From e0af1bcd746b218816328661399635e047aba85e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 536 ++++++++++++++--------------------------------- 1 file changed, 155 insertions(+), 381 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59ea209..ef28b2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,398 +16,172 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1