From 2c87cf3334d4ef06ad33985896a205e057c6b092 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 07:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 508 ++++++++++++++--------------------------------- 1 file changed, 154 insertions(+), 354 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e57dd02..9fb70b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,371 +16,171 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1