From 4cb08b66dee801fa38fc9af5dbea05dceb94e7d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 532 ++++++++++++++--------------------------------- 1 file changed, 156 insertions(+), 376 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e60039..ccb434f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,393 +16,173 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1