Update src/app/insights/page.tsx
This commit is contained in:
@@ -26,37 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Approach",
|
||||
id: "/approach",
|
||||
},
|
||||
name: "Company", id: "/company"},
|
||||
{
|
||||
name: "Company",
|
||||
id: "/company",
|
||||
},
|
||||
name: "Insights", id: "/insights"},
|
||||
{
|
||||
name: "Cases",
|
||||
id: "/cases",
|
||||
},
|
||||
name: "Careers", id: "/careers"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "/insights",
|
||||
},
|
||||
{
|
||||
name: "Careers",
|
||||
id: "/careers",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="K&K Solution Inc."
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,14 +64,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Have a specific topic in mind? Suggest an article idea."
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit an Idea",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Submit an Idea", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user