From e4408ef7516864a50da8d0fb60482b57c16e415b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:56:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 505 ++++++++++++++--------------------------------- 1 file changed, 147 insertions(+), 358 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e7b884..80c4479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,375 +16,164 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1