4 Commits

Author SHA1 Message Date
8f0d4f30b3 Update src/app/page.tsx 2026-06-07 14:34:29 +00:00
ef5c9961d4 Merge version_18 into main
Merge version_18 into main
2026-06-07 14:29:19 +00:00
150e4c9ebe Merge version_18 into main
Merge version_18 into main
2026-06-07 14:28:52 +00:00
21fa059acc Merge version_18 into main
Merge version_18 into main
2026-06-07 14:28:17 +00:00

View File

@@ -63,16 +63,7 @@ export default function LandingPage() {
buttons={[]} buttons={[]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
testimonials={[ testimonials={[]}
{
name: "Taro Yamada", handle: "@TaroYamada", testimonial: "K&K Solution transformed our IT infrastructure, significantly boosting our efficiency and reducing operational costs. Their strategic insights were invaluable.", rating: 5,
imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Taro Yamada avatar"
},
{
name: "Hanako Tanaka", handle: "@HanakoTanaka", testimonial: "The team at K&K provided expert guidance on our digital transformation journey. Their approach was thorough, and the results exceeded our expectations.", rating: 5,
imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Hanako Tanaka avatar"
}
]}
/> />
</div> </div>