Update src/app/cases/page.tsx
This commit is contained in:
@@ -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"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user