Merge version_18 into main

Merge version_18 into main
This commit was merged in pull request #26.
This commit is contained in:
2026-06-07 14:28:52 +00:00

View File

@@ -43,8 +43,7 @@ export default function LandingPage() {
{
name: "Careers", id: "/careers"
},
{
name: "Contact", id: "/contact"
{\n name: "Contact", id: "/contact"
}
]}
brandName="K&K Solution Inc."
@@ -63,6 +62,16 @@ export default function LandingPage() {
buttons={[]}
mediaAnimation="slide-up"
fixedMediaHeight={true}
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>