diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx
index 96e8637..83e15b0 100644
--- a/src/app/careers/page.tsx
+++ b/src/app/careers/page.tsx
@@ -27,37 +27,17 @@ export default function LandingPage() {
@@ -66,11 +46,9 @@ export default function LandingPage() {
@@ -80,20 +58,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "role-1",
- title: "IT Strategy Consultant",
- content: "Lead strategic planning and digital transformation initiatives for key clients. Requires 5+ years consulting experience.",
- },
+ id: "role-1", title: "IT Strategy Consultant", content: "Lead strategic planning and digital transformation initiatives for key clients. Requires 5+ years consulting experience."},
{
- id: "role-2",
- title: "SAP Solution Architect",
- content: "Design and oversee SAP implementation projects, including S/4HANA migrations. Requires 7+ years SAP experience.",
- },
+ id: "role-2", title: "SAP Solution Architect", content: "Design and oversee SAP implementation projects, including S/4HANA migrations. Requires 7+ years SAP experience."},
{
- id: "role-3",
- title: "PMO Specialist",
- content: "Provide program management and PMO support for large-scale IT projects. Requires 3+ years PMO experience.",
- },
+ id: "role-3", title: "PMO Specialist", content: "Provide program management and PMO support for large-scale IT projects. Requires 3+ years PMO experience."},
]}
imageSrc="http://img.b2bpic.net/free-vector/minimal-business-card-template_23-2148445851.jpg"
imageAlt="Career opportunities icon"
@@ -108,14 +77,11 @@ export default function LandingPage() {
@@ -128,81 +94,47 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "/company",
- },
+ label: "About Us", href: "/company"},
{
- label: "Our Approach",
- href: "/approach",
- },
- {
- label: "Careers",
- href: "/careers",
- },
+ label: "Careers", href: "/careers"},
],
},
{
items: [
{
- label: "IT Strategy & DX",
- href: "/services#it-strategy",
- },
+ label: "IT Strategy & DX", href: "/services#it-strategy"},
{
- label: "SAP Support",
- href: "/services#sap-support",
- },
+ label: "SAP Support", href: "/services#sap-support"},
{
- label: "PMO & Program Mgmt",
- href: "/services#pmo-support",
- },
+ label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
- label: "IT Due Diligence",
- href: "/services#it-due-diligence",
- },
+ label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
- label: "Talent Development",
- href: "/services#talent-development",
- },
+ label: "Talent Development", href: "/services#talent-development"},
{
- label: "BPR",
- href: "/services#bpr",
- },
+ label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
- label: "Cases",
- href: "/cases",
- },
+ label: "Insights", href: "/insights"},
{
- label: "Insights",
- href: "/insights",
- },
- {
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#privacy",
- },
+ label: "Privacy Policy", href: "#privacy"},
{
- label: "Terms of Service",
- href: "#terms",
- },
+ label: "Terms of Service", href: "#terms"},
{
- label: "© 2026 K&K Solution Inc.",
- href: "#",
- },
+ label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
@@ -212,4 +144,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/company/page.tsx b/src/app/company/page.tsx
index d9afdb8..f5a56d0 100644
--- a/src/app/company/page.tsx
+++ b/src/app/company/page.tsx
@@ -30,12 +30,8 @@ export default function LandingPage() {
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
- {
- name: "Approach", id: "/approach"},
{
name: "Company", id: "/company"},
- {
- name: "Cases", id: "/cases"},
{
name: "Insights", id: "/insights"},
{
@@ -109,8 +105,6 @@ export default function LandingPage() {
items: [
{
label: "About Us", href: "/company"},
- {
- label: "Our Approach", href: "/approach"},
{
label: "Careers", href: "/careers"},
],
@@ -137,8 +131,6 @@ export default function LandingPage() {
},
{
items: [
- {
- label: "Cases", href: "/cases"},
{
label: "Insights", href: "/insights"},
{
@@ -162,4 +154,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index d711573..b3846bb 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -29,12 +29,8 @@ export default function LandingPage() {
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
- {
- name: "Approach", id: "/approach"},
{
name: "Company", id: "/company"},
- {
- name: "Cases", id: "/cases"},
{
name: "Insights", id: "/insights"},
{
@@ -78,8 +74,6 @@ export default function LandingPage() {
items: [
{
label: "About Us", href: "/company"},
- {
- label: "Our Approach", href: "/approach"},
{
label: "Careers", href: "/careers"},
],
@@ -106,8 +100,6 @@ export default function LandingPage() {
},
{
items: [
- {
- label: "Cases", href: "/cases"},
{
label: "Insights", href: "/insights"},
{
@@ -131,4 +123,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx
index 0e1d300..b5a87fc 100644
--- a/src/app/insights/page.tsx
+++ b/src/app/insights/page.tsx
@@ -26,37 +26,17 @@ export default function LandingPage() {
@@ -71,38 +51,11 @@ export default function LandingPage() {
description="Stay informed with our expert perspectives on IT strategy, DX, and more."
blogs={[
{
- id: "blog-1",
- category: "DX",
- title: "The Future of Digital Transformation in Japan",
- excerpt: "Exploring emerging trends and challenges for Japanese enterprises.",
- imageSrc: "http://img.b2bpic.net/free-vector/business-card-template-brown-tone-flatlay_53876-100510.jpg",
- imageAlt: "Digital Transformation insights",
- authorName: "Kenji Tanaka",
- authorAvatar: "http://img.b2bpic.net/free-vector/hand-drawn-businessmen-collection_23-2147569231.jpg",
- date: "2024-03-15",
- },
+ id: "blog-1", category: "DX", title: "The Future of Digital Transformation in Japan", excerpt: "Exploring emerging trends and challenges for Japanese enterprises.", imageSrc: "http://img.b2bpic.net/free-vector/business-card-template-brown-tone-flatlay_53876-100510.jpg", imageAlt: "Digital Transformation insights", authorName: "Kenji Tanaka", authorAvatar: "http://img.b2bpic.net/free-vector/hand-drawn-businessmen-collection_23-2147569231.jpg", date: "2024-03-15"},
{
- id: "blog-2",
- category: "SAP",
- title: "Navigating Your S/4HANA Migration Journey",
- excerpt: "Key considerations and best practices for a smooth transition.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg",
- imageAlt: "SAP S/4HANA migration guide",
- authorName: "Hiroshi Yamada",
- authorAvatar: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg",
- date: "2024-03-01",
- },
+ id: "blog-2", category: "SAP", title: "Navigating Your S/4HANA Migration Journey", excerpt: "Key considerations and best practices for a smooth transition.", imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg", imageAlt: "SAP S/4HANA migration guide", authorName: "Hiroshi Yamada", authorAvatar: "http://img.b2bpic.net/free-photo/adult-serious-businessman-looking-camera_23-2148113003.jpg", date: "2024-03-01"},
{
- id: "blog-3",
- category: "PMO",
- title: "Enhancing Project Governance for Complex IT Initiatives",
- excerpt: "Strategies for robust PMO and effective program management.",
- imageSrc: "http://img.b2bpic.net/free-photo/parchment-texture-backdrop-frame_53876-90112.jpg",
- imageAlt: "Project Governance strategies",
- authorName: "Yuki Sato",
- authorAvatar: "http://img.b2bpic.net/free-vector/isolated-young-handsome-man-different-poses-white-background-illustration_632498-860.jpg",
- date: "2024-02-20",
- },
+ id: "blog-3", category: "PMO", title: "Enhancing Project Governance for Complex IT Initiatives", excerpt: "Strategies for robust PMO and effective program management.", imageSrc: "http://img.b2bpic.net/free-photo/parchment-texture-backdrop-frame_53876-90112.jpg", imageAlt: "Project Governance strategies", authorName: "Yuki Sato", authorAvatar: "http://img.b2bpic.net/free-vector/isolated-young-handsome-man-different-poses-white-background-illustration_632498-860.jpg", date: "2024-02-20"},
]}
/>
@@ -111,14 +64,11 @@ export default function LandingPage() {
@@ -131,81 +81,47 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "/company",
- },
+ label: "About Us", href: "/company"},
{
- label: "Our Approach",
- href: "/approach",
- },
- {
- label: "Careers",
- href: "/careers",
- },
+ label: "Careers", href: "/careers"},
],
},
{
items: [
{
- label: "IT Strategy & DX",
- href: "/services#it-strategy",
- },
+ label: "IT Strategy & DX", href: "/services#it-strategy"},
{
- label: "SAP Support",
- href: "/services#sap-support",
- },
+ label: "SAP Support", href: "/services#sap-support"},
{
- label: "PMO & Program Mgmt",
- href: "/services#pmo-support",
- },
+ label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
- label: "IT Due Diligence",
- href: "/services#it-due-diligence",
- },
+ label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
- label: "Talent Development",
- href: "/services#talent-development",
- },
+ label: "Talent Development", href: "/services#talent-development"},
{
- label: "BPR",
- href: "/services#bpr",
- },
+ label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
- label: "Cases",
- href: "/cases",
- },
+ label: "Insights", href: "/insights"},
{
- label: "Insights",
- href: "/insights",
- },
- {
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#privacy",
- },
+ label: "Privacy Policy", href: "#privacy"},
{
- label: "Terms of Service",
- href: "#terms",
- },
+ label: "Terms of Service", href: "#terms"},
{
- label: "© 2026 K&K Solution Inc.",
- href: "#",
- },
+ label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
@@ -215,4 +131,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2b482e7..e2c9408 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,37 +30,17 @@ export default function LandingPage() {
@@ -70,58 +50,30 @@ export default function LandingPage() {
@@ -187,35 +119,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "it-strategy",
- title: "IT Strategy & DX",
- tags: [
- "Consulting",
- "Digital Transformation",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card-design_23-2149298186.jpg",
- imageAlt: "IT Strategy & DX icon",
- },
+ id: "it-strategy", title: "IT Strategy & DX", tags: [
+ "Consulting", "Digital Transformation"],
+ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card-design_23-2149298186.jpg", imageAlt: "IT Strategy & DX icon"},
{
- id: "sap-support",
- title: "SAP Implementation & Operation",
- tags: [
- "ERP",
- "S/4HANA",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/triangle-green-gradient-luxury-background_343694-4684.jpg",
- imageAlt: "SAP Support icon",
- },
+ id: "sap-support", title: "SAP Implementation & Operation", tags: [
+ "ERP", "S/4HANA"],
+ imageSrc: "http://img.b2bpic.net/free-vector/triangle-green-gradient-luxury-background_343694-4684.jpg", imageAlt: "SAP Support icon"},
{
- id: "pmo-support",
- title: "PMO & Program Management",
- tags: [
- "Project Management",
- "Governance",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/feminine-circle-frame_53876-90184.jpg",
- imageAlt: "PMO Support icon",
- },
+ id: "pmo-support", title: "PMO & Program Management", tags: [
+ "Project Management", "Governance"],
+ imageSrc: "http://img.b2bpic.net/free-photo/feminine-circle-frame_53876-90184.jpg", imageAlt: "PMO Support icon"},
]}
title="Our Core Services"
description="Driving innovation and efficiency across your enterprise."
@@ -230,25 +144,13 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "clients",
- value: "250+",
- title: "Satisfied Clients",
- description: "Across diverse industries.",
- icon: Users,
+ id: "clients", value: "250+", title: "Satisfied Clients", description: "Across diverse industries.", icon: Users,
},
{
- id: "projects",
- value: "700+",
- title: "Successful Projects",
- description: "Delivered on time and budget.",
- icon: Briefcase,
+ id: "projects", value: "700+", title: "Successful Projects", description: "Delivered on time and budget.", icon: Briefcase,
},
{
- id: "industries",
- value: "15+",
- title: "Industries Served",
- description: "Deep sector expertise.",
- icon: Building,
+ id: "industries", value: "15+", title: "Industries Served", description: "Deep sector expertise.", icon: Building,
},
]}
title="Impactful Results"
@@ -261,14 +163,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Message from Our Founder"
description={[
- "At K&K Solution Inc., we believe in delivering consulting services that truly transform businesses. Our team comprises veterans from leading global consulting firms, bringing a wealth of strategic insight and practical experience.",
- "We are dedicated to empowering Japan's mid-cap enterprises with world-class IT strategy and digital transformation capabilities, ensuring they thrive in an evolving global landscape. Your success is our mission.",
- ]}
+ "At K&K Solution Inc., we believe in delivering consulting services that truly transform businesses. Our team comprises veterans from leading global consulting firms, bringing a wealth of strategic insight and practical experience.", "We are dedicated to empowering Japan's mid-cap enterprises with world-class IT strategy and digital transformation capabilities, ensuring they thrive in an evolving global landscape. Your success is our mission."]}
buttons={[
{
- text: "Read Full Message",
- href: "/company#founder-message",
- },
+ text: "Read Full Message", href: "/company#founder-message"},
]}
/>
@@ -277,14 +175,11 @@ export default function LandingPage() {
@@ -297,81 +192,47 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "/company",
- },
+ label: "About Us", href: "/company"},
{
- label: "Our Approach",
- href: "/approach",
- },
- {
- label: "Careers",
- href: "/careers",
- },
+ label: "Careers", href: "/careers"},
],
},
{
items: [
{
- label: "IT Strategy & DX",
- href: "/services#it-strategy",
- },
+ label: "IT Strategy & DX", href: "/services#it-strategy"},
{
- label: "SAP Support",
- href: "/services#sap-support",
- },
+ label: "SAP Support", href: "/services#sap-support"},
{
- label: "PMO & Program Mgmt",
- href: "/services#pmo-support",
- },
+ label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
- label: "IT Due Diligence",
- href: "/services#it-due-diligence",
- },
+ label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
- label: "Talent Development",
- href: "/services#talent-development",
- },
+ label: "Talent Development", href: "/services#talent-development"},
{
- label: "BPR",
- href: "/services#bpr",
- },
+ label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
- label: "Cases",
- href: "/cases",
- },
+ label: "Insights", href: "/insights"},
{
- label: "Insights",
- href: "/insights",
- },
- {
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#privacy",
- },
+ label: "Privacy Policy", href: "#privacy"},
{
- label: "Terms of Service",
- href: "#terms",
- },
+ label: "Terms of Service", href: "#terms"},
{
- label: "© 2026 K&K Solution Inc.",
- href: "#",
- },
+ label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
@@ -381,4 +242,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file