6 Commits

Author SHA1 Message Date
991b603422 Update src/app/cases/page.tsx 2026-06-07 12:51:33 +00:00
f4bde34abd Update src/app/company/page.tsx 2026-06-07 12:50:51 +00:00
e4d6b33c29 Update src/app/cases/page.tsx 2026-06-07 12:50:51 +00:00
3bbb2bf4a8 Update src/app/careers/page.tsx 2026-06-07 12:50:51 +00:00
e77b957bcf Update src/app/approach/page.tsx 2026-06-07 12:50:50 +00:00
7399c9d149 Merge version_2 into main
Merge version_2 into main
2026-06-07 12:45:24 +00:00
4 changed files with 80 additions and 248 deletions

View File

@@ -27,37 +27,21 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Approach", name: "Approach", id: "/approach"},
id: "/approach",
},
{ {
name: "Company", name: "Company", id: "/company"},
id: "/company",
},
{ {
name: "Cases", name: "Cases", id: "/cases"},
id: "/cases",
},
{ {
name: "Insights", name: "Insights", id: "/insights"},
id: "/insights",
},
{ {
name: "Careers", name: "Careers", id: "/careers"},
id: "/careers",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
@@ -70,35 +54,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "stage-1", id: "stage-1", title: "Phase I: Strategic Deep Dive", tags: [
title: "Phase I: Strategic Deep Dive", "Discovery", "Analysis"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/jacket-businessman-projection-sophisticated-urban_1134-1188.jpg", imageAlt: "Strategic Deep Dive icon"},
"Discovery",
"Analysis",
],
imageSrc: "http://img.b2bpic.net/free-photo/jacket-businessman-projection-sophisticated-urban_1134-1188.jpg",
imageAlt: "Strategic Deep Dive icon",
},
{ {
id: "stage-2", id: "stage-2", title: "Phase II: Tailored Solution Design", tags: [
title: "Phase II: Tailored Solution Design", "Customization", "Blueprint"],
tags: [ imageSrc: "http://img.b2bpic.net/free-vector/golden-frame-collection_23-2148047974.jpg", imageAlt: "Tailored Solution Design icon"},
"Customization",
"Blueprint",
],
imageSrc: "http://img.b2bpic.net/free-vector/golden-frame-collection_23-2148047974.jpg",
imageAlt: "Tailored Solution Design icon",
},
{ {
id: "stage-3", id: "stage-3", title: "Phase III: Execution & Sustainment", tags: [
title: "Phase III: Execution & Sustainment", "Implementation", "Monitoring"],
tags: [ imageSrc: "http://img.b2bpic.net/free-vector/geometric-golden-frame-collection_23-2148053424.jpg", imageAlt: "Execution & Sustainment icon"},
"Implementation",
"Monitoring",
],
imageSrc: "http://img.b2bpic.net/free-vector/geometric-golden-frame-collection_23-2148053424.jpg",
imageAlt: "Execution & Sustainment icon",
},
]} ]}
title="Our 3-Stage Quality Assurance Method" title="Our 3-Stage Quality Assurance Method"
description="A meticulous process ensuring unparalleled quality and tangible results." description="A meticulous process ensuring unparalleled quality and tangible results."
@@ -110,9 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="BCG/McKinsey Expertise, Japan-Focused Insight" title="BCG/McKinsey Expertise, Japan-Focused Insight"
description={[ description={[
"Our consultants bring the rigorous analytical frameworks and strategic prowess honed at top global firms like BCG and McKinsey. This international-grade expertise is then fused with an unparalleled understanding of the unique nuances and operational realities of Japanese enterprises.", "Our consultants bring the rigorous analytical frameworks and strategic prowess honed at top global firms like BCG and McKinsey. This international-grade expertise is then fused with an unparalleled understanding of the unique nuances and operational realities of Japanese enterprises.", "We don't just apply global best practices; we adapt them to create solutions that resonate deeply and drive sustainable change within the Japanese business context. It's strategy that truly works."]}
"We don't just apply global best practices; we adapt them to create solutions that resonate deeply and drive sustainable change within the Japanese business context. It's strategy that truly works.",
]}
/> />
</div> </div>
@@ -120,101 +84,66 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Discover the K&K difference for your next project." text="Discover the K&K difference for your next project."
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "/contact"},
href: "/contact",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/letter-k-luxury-brand-logo-concept-design-vector_1055-13164.jpg"
logoAlt="K&K Solution Inc. Logo"
columns={[ columns={[
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "/company"},
href: "/company",
},
{ {
label: "Our Approach", label: "Our Approach", href: "/approach"},
href: "/approach",
},
{ {
label: "Careers", label: "Careers", href: "/careers"},
href: "/careers",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "IT Strategy & DX", label: "IT Strategy & DX", href: "/services#it-strategy"},
href: "/services#it-strategy",
},
{ {
label: "SAP Support", label: "SAP Support", href: "/services#sap-support"},
href: "/services#sap-support",
},
{ {
label: "PMO & Program Mgmt", label: "PMO & Program Mgmt", href: "/services#pmo-support"},
href: "/services#pmo-support",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "IT Due Diligence", label: "IT Due Diligence", href: "/services#it-due-diligence"},
href: "/services#it-due-diligence",
},
{ {
label: "Talent Development", label: "Talent Development", href: "/services#talent-development"},
href: "/services#talent-development",
},
{ {
label: "BPR", label: "BPR", href: "/services#bpr"},
href: "/services#bpr",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Cases", label: "Cases", href: "/cases"},
href: "/cases",
},
{ {
label: "Insights", label: "Insights", href: "/insights"},
href: "/insights",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#privacy"},
href: "#privacy",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#terms"},
href: "#terms",
},
{ {
label: "© 2026 K&K Solution Inc.", label: "© 2026 K&K Solution Inc.", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -224,4 +153,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -88,8 +88,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/letter-k-luxury-brand-logo-concept-design-vector_1055-13164.jpg"
logoAlt="K&K Solution Inc. Logo"
columns={[ columns={[
{ {
items: [ items: [

View File

@@ -26,37 +26,21 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Approach", name: "Approach", id: "/approach"},
id: "/approach",
},
{ {
name: "Company", name: "Company", id: "/company"},
id: "/company",
},
{ {
name: "Cases", name: "Cases", id: "/cases"},
id: "/cases",
},
{ {
name: "Insights", name: "Insights", id: "/insights"},
id: "/insights",
},
{ {
name: "Careers", name: "Careers", id: "/careers"},
id: "/careers",
},
{ {
name: "Contact", name: "Contact", id: "/contact"}
id: "/contact",
},
]} ]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
@@ -70,65 +54,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "case-1", id: "case-1", brand: "Manufacturing Industry", name: "Major Manufacturer A", price: "DX Strategy", rating: 5,
brand: "Manufacturing Industry", reviewCount: "Increased operational efficiency by 20%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8zczv", imageAlt: "Case study icon"},
name: "Major Manufacturer A",
price: "DX Strategy",
rating: 5,
reviewCount: "Increased operational efficiency by 20%",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y8zczv",
imageAlt: "Case study icon",
},
{ {
id: "case-2", id: "case-2", brand: "Retail Sector", name: "Retail Chain B", price: "SAP S/4HANA Migration", rating: 5,
brand: "Retail Sector", reviewCount: "Reduced system downtime by 30%", imageSrc: "http://img.b2bpic.net/free-photo/celebrate-sunset-beach-creative-gemstone_1232-3550.jpg", imageAlt: "Case study icon"},
name: "Retail Chain B",
price: "SAP S/4HANA Migration",
rating: 5,
reviewCount: "Reduced system downtime by 30%",
imageSrc: "http://img.b2bpic.net/free-photo/celebrate-sunset-beach-creative-gemstone_1232-3550.jpg",
imageAlt: "Case study icon",
},
{ {
id: "case-3", id: "case-3", brand: "Financial Services", name: "Regional Bank C", price: "IT Due Diligence", rating: 5,
brand: "Financial Services", reviewCount: "Enabled successful M&A with minimized IT risk", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg", imageAlt: "Case study icon"},
name: "Regional Bank C",
price: "IT Due Diligence",
rating: 5,
reviewCount: "Enabled successful M&A with minimized IT risk",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139324.jpg",
imageAlt: "Case study icon",
},
{ {
id: "case-4", id: "case-4", brand: "Healthcare", name: "Medical Group D", price: "PMO Support", rating: 5,
brand: "Healthcare", reviewCount: "Streamlined project delivery, 15% faster completion", imageSrc: "http://img.b2bpic.net/free-vector/golden-geometric-seamless-patterns-set-black-background_53876-67710.jpg", imageAlt: "Case study icon"},
name: "Medical Group D",
price: "PMO Support",
rating: 5,
reviewCount: "Streamlined project delivery, 15% faster completion",
imageSrc: "http://img.b2bpic.net/free-vector/golden-geometric-seamless-patterns-set-black-background_53876-67710.jpg",
imageAlt: "Case study icon",
},
{ {
id: "case-5", id: "case-5", brand: "Logistics", name: "Logistics Firm E", price: "Business Process Re-engineering", rating: 5,
brand: "Logistics", 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"},
name: "Logistics Firm E",
price: "Business Process Re-engineering",
rating: 5,
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", id: "case-6", brand: "Public Sector", name: "Government Agency F", price: "Talent Development", rating: 5,
brand: "Public Sector", 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"}
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",
},
]} ]}
title="Selected Client Cases" title="Selected Client Cases"
description="Transformative outcomes for Japan's leading mid-cap enterprises." description="Transformative outcomes for Japan's leading mid-cap enterprises."
@@ -139,103 +81,68 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Discover how we can achieve similar results for you." text="Discover how we can achieve similar results for you."
buttons={[ buttons={[
{ {
text: "Inquire About Our Expertise", text: "Inquire About Our Expertise", href: "/contact"}
href: "/contact",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/letter-k-luxury-brand-logo-concept-design-vector_1055-13164.jpg"
logoAlt="K&K Solution Inc. Logo"
columns={[ columns={[
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "/company"},
href: "/company",
},
{ {
label: "Our Approach", label: "Our Approach", href: "/approach"},
href: "/approach",
},
{ {
label: "Careers", label: "Careers", href: "/careers"}
href: "/careers", ]
},
],
}, },
{ {
items: [ items: [
{ {
label: "IT Strategy & DX", label: "IT Strategy & DX", href: "/services#it-strategy"},
href: "/services#it-strategy",
},
{ {
label: "SAP Support", label: "SAP Support", href: "/services#sap-support"},
href: "/services#sap-support",
},
{ {
label: "PMO & Program Mgmt", label: "PMO & Program Mgmt", href: "/services#pmo-support"}
href: "/services#pmo-support", ]
},
],
}, },
{ {
items: [ items: [
{ {
label: "IT Due Diligence", label: "IT Due Diligence", href: "/services#it-due-diligence"},
href: "/services#it-due-diligence",
},
{ {
label: "Talent Development", label: "Talent Development", href: "/services#talent-development"},
href: "/services#talent-development",
},
{ {
label: "BPR", label: "BPR", href: "/services#bpr"}
href: "/services#bpr", ]
},
],
}, },
{ {
items: [ items: [
{ {
label: "Cases", label: "Cases", href: "/cases"},
href: "/cases",
},
{ {
label: "Insights", label: "Insights", href: "/insights"},
href: "/insights",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"}
href: "/contact", ]
},
],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#privacy"},
href: "#privacy",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#terms"},
href: "#terms",
},
{ {
label: "© 2026 K&K Solution Inc.", label: "© 2026 K&K Solution Inc.", href: "#"}
href: "#", ]
}, }
],
},
]} ]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
/> />
@@ -243,4 +150,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -98,8 +98,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-vector/letter-k-luxury-brand-logo-concept-design-vector_1055-13164.jpg"
logoAlt="K&K Solution Inc. Logo"
columns={[ columns={[
{ {
items: [ items: [