From 991b603422d1891c6e68bfa42a9b77571a85e906 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 12:51:33 +0000 Subject: [PATCH] Update src/app/cases/page.tsx --- src/app/cases/page.tsx | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/app/cases/page.tsx b/src/app/cases/page.tsx index bdd1809..44bdff9 100644 --- a/src/app/cases/page.tsx +++ b/src/app/cases/page.tsx @@ -28,7 +28,8 @@ export default function LandingPage() { { name: "Home", id: "/"}, { - name: "Services", id: "/services"},\n { + name: "Services", id: "/services"}, + { name: "Approach", id: "/approach"}, { name: "Company", id: "/company"}, @@ -39,7 +40,7 @@ export default function LandingPage() { { name: "Careers", id: "/careers"}, { - name: "Contact", id: "/contact"}, + name: "Contact", id: "/contact"} ]} brandName="K&K Solution Inc." /> @@ -69,7 +70,7 @@ export default function LandingPage() { reviewCount: "Achieved 25% cost reduction in supply chain operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jt3zzl", imageAlt: "Case study icon"}, { id: "case-6", brand: "Public Sector", name: "Government Agency F", price: "Talent Development", rating: 5, - reviewCount: "Enhanced digital literacy of 500+ employees", imageSrc: "http://img.b2bpic.net/free-photo/blue-ferromagnetic-liquid-metal-with-copy-space_23-2148253522.jpg", imageAlt: "Case study icon"}, + reviewCount: "Enhanced digital literacy of 500+ employees", imageSrc: "http://img.b2bpic.net/free-photo/blue-ferromagnetic-liquid-metal-with-copy-space_23-2148253522.jpg", imageAlt: "Case study icon"} ]} title="Selected Client Cases" description="Transformative outcomes for Japan's leading mid-cap enterprises." @@ -84,7 +85,7 @@ export default function LandingPage() { text="Discover how we can achieve similar results for you." buttons={[ { - text: "Inquire About Our Expertise", href: "/contact"}, + text: "Inquire About Our Expertise", href: "/contact"} ]} /> @@ -99,8 +100,8 @@ export default function LandingPage() { { label: "Our Approach", href: "/approach"}, { - label: "Careers", href: "/careers"}, - ], + label: "Careers", href: "/careers"} + ] }, { items: [ @@ -109,8 +110,8 @@ export default function LandingPage() { { label: "SAP Support", href: "/services#sap-support"}, { - label: "PMO & Program Mgmt", href: "/services#pmo-support"}, - ], + label: "PMO & Program Mgmt", href: "/services#pmo-support"} + ] }, { items: [ @@ -119,8 +120,8 @@ export default function LandingPage() { { label: "Talent Development", href: "/services#talent-development"}, { - label: "BPR", href: "/services#bpr"}, - ], + label: "BPR", href: "/services#bpr"} + ] }, { items: [ @@ -129,8 +130,8 @@ export default function LandingPage() { { label: "Insights", href: "/insights"}, { - label: "Contact Us", href: "/contact"}, - ], + label: "Contact Us", href: "/contact"} + ] }, { items: [ @@ -139,9 +140,9 @@ export default function LandingPage() { { label: "Terms of Service", href: "#terms"}, { - label: "© 2026 K&K Solution Inc.", href: "#"}, - ], - }, + label: "© 2026 K&K Solution Inc.", href: "#"} + ] + } ]} logoText="K&K Solution Inc." /> -- 2.49.1