From 2565772891243f83977bc3798c5ee4d1c5fe7053 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:25:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f54747c..1035ce7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,19 @@ export default function LandingPage() { name: "", handle: "@emi_n", testimonial: "", rating: 5 }, { - name: "", handle: "", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5 + name: "", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5 }, { name: "", handle: "@reina_k", testimonial: "K&K's insight into Japanese market nuances combined with global best practices is invaluable.", rating: 5 }, { - name: "", handle: "", testimonial: "Strategic depth and practical execution – K&K delivers tangible results.", rating: 5 + name: "", testimonial: "Strategic depth and practical execution – K&K delivers tangible results.", rating: 5 } ]} buttons={[]} mediaAnimation="slide-up" fixedMediaHeight={true} - avatars={[ - { - src: "", alt: "Client Avatar 1" - }, - { - src: "", alt: "Client Avatar 2" - }, - { - src: "", alt: "Client Avatar 3" - }, - { - src: "", alt: "Client Avatar 4" - }, - { - src: "", alt: "Client Avatar 5" - } - ]} + avatars={[]} avatarText="" /> @@ -182,4 +166,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1