Merge version_16 into main #22

Merged
bender merged 1 commits from version_16 into main 2026-06-07 14:25:46 +00:00

View File

@@ -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=""
/>
</div>
@@ -182,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}