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