41 Commits

Author SHA1 Message Date
27c44168cd Update src/app/insights/page.tsx 2026-06-07 13:52:28 +00:00
f6393271bb Update src/app/contact/page.tsx 2026-06-07 13:52:27 +00:00
1386c52c4b Update src/app/company/page.tsx 2026-06-07 13:52:27 +00:00
6421f858b1 Update src/app/cases/page.tsx 2026-06-07 13:52:26 +00:00
88103105c1 Update src/app/careers/page.tsx 2026-06-07 13:52:26 +00:00
bfa4496f84 Update src/app/approach/page.tsx 2026-06-07 13:52:26 +00:00
c11461648e Merge version_11 into main
Merge version_11 into main
2026-06-07 13:38:58 +00:00
e7ec3814c8 Update src/app/contact/page.tsx 2026-06-07 13:38:55 +00:00
3c3ed4000f Update src/app/company/page.tsx 2026-06-07 13:38:54 +00:00
72c5cf264b Update src/app/cases/page.tsx 2026-06-07 13:38:54 +00:00
bfc54a23e7 Update src/app/careers/page.tsx 2026-06-07 13:38:54 +00:00
54a6dc7872 Update src/app/approach/page.tsx 2026-06-07 13:38:53 +00:00
a92536038f Merge version_10 into main
Merge version_10 into main
2026-06-07 13:34:16 +00:00
6017613655 Update src/app/insights/page.tsx 2026-06-07 13:34:13 +00:00
b023e84895 Update src/app/contact/page.tsx 2026-06-07 13:34:13 +00:00
21b3351453 Update src/app/company/page.tsx 2026-06-07 13:34:12 +00:00
26505a4313 Update src/app/cases/page.tsx 2026-06-07 13:34:12 +00:00
f25aff5026 Update src/app/careers/page.tsx 2026-06-07 13:34:12 +00:00
17df505395 Update src/app/approach/page.tsx 2026-06-07 13:34:11 +00:00
37dc9e98fa Merge version_9 into main
Merge version_9 into main
2026-06-07 13:29:35 +00:00
59d73bbcfd Update src/app/contact/page.tsx 2026-06-07 13:29:32 +00:00
ba59b2d20d Update src/app/company/page.tsx 2026-06-07 13:29:32 +00:00
b40de4ffc9 Update src/app/cases/page.tsx 2026-06-07 13:29:31 +00:00
6981855ba9 Update src/app/careers/page.tsx 2026-06-07 13:29:31 +00:00
b62419f39e Update src/app/approach/page.tsx 2026-06-07 13:29:31 +00:00
c112de0cf4 Merge version_8 into main
Merge version_8 into main
2026-06-07 13:18:59 +00:00
5e824954fa Update src/app/page.tsx 2026-06-07 13:18:56 +00:00
b046fa41ab Merge version_7 into main
Merge version_7 into main
2026-06-07 13:17:24 +00:00
e67741dc0c Update src/app/page.tsx 2026-06-07 13:17:21 +00:00
84a6a6be31 Merge version_4 into main
Merge version_4 into main
2026-06-07 13:06:22 +00:00
38fbed388a Remove watermark 2026-06-07 13:06:19 +00:00
667a8ab587 Merge version_4 into main
Merge version_4 into main
2026-06-07 12:55:52 +00:00
2447c78355 Update src/app/page.tsx 2026-06-07 12:55:48 +00:00
0a4343eacf Merge version_3 into main
Merge version_3 into main
2026-06-07 12:51:36 +00:00
991b603422 Update src/app/cases/page.tsx 2026-06-07 12:51:33 +00:00
b8285dae1f Merge version_3 into main
Merge version_3 into main
2026-06-07 12:50:54 +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
8 changed files with 235 additions and 657 deletions

View File

@@ -4,10 +4,40 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
const consistentFooterColumns = [
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Company", href: "/company" },
{ label: "Insights", href: "/insights" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -25,40 +55,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Approach",
id: "/approach",
},
{
name: "Company",
id: "/company",
},
{
name: "Cases",
id: "/cases",
},
{
name: "Insights",
id: "/insights",
},
{
name: "Careers",
id: "/careers",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -70,35 +67,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 +89,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,105 +97,20 @@ 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 <FooterBaseReveal
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={[
{
items: [
{
label: "About Us",
href: "/company",
},
{
label: "Our Approach",
href: "/approach",
},
{
label: "Careers",
href: "/careers",
},
],
},
{
items: [
{
label: "IT Strategy & DX",
href: "/services#it-strategy",
},
{
label: "SAP Support",
href: "/services#sap-support",
},
{
label: "PMO & Program Mgmt",
href: "/services#pmo-support",
},
],
},
{
items: [
{
label: "IT Due Diligence",
href: "/services#it-due-diligence",
},
{
label: "Talent Development",
href: "/services#talent-development",
},
{
label: "BPR",
href: "/services#bpr",
},
],
},
{
items: [
{
label: "Cases",
href: "/cases",
},
{
label: "Insights",
href: "/insights",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#privacy",
},
{
label: "Terms of Service",
href: "#terms",
},
{
label: "© 2026 K&K Solution Inc.",
href: "#",
},
],
},
]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -4,10 +4,40 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
const consistentFooterColumns = [
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Company", href: "/company" },
{ label: "Insights", href: "/insights" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -25,20 +55,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Company", id: "/company"},
{
name: "Insights", id: "/insights"},
{
name: "Careers", id: "/careers"},
{
name: "Contact", id: "/contact"},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -87,58 +104,10 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseReveal
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={[
{
items: [
{
label: "About Us", href: "/company"},
{
label: "Careers", href: "/careers"},
],
},
{
items: [
{
label: "IT Strategy & DX", href: "/services#it-strategy"},
{
label: "SAP Support", href: "/services#sap-support"},
{
label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
label: "Talent Development", href: "/services#talent-development"},
{
label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
label: "Insights", href: "/insights"},
{
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#privacy"},
{
label: "Terms of Service", href: "#terms"},
{
label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,10 +3,40 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
const consistentFooterColumns = [
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Company", href: "/company" },
{ label: "Insights", href: "/insights" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -24,40 +54,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Approach",
id: "/approach",
},
{
name: "Company",
id: "/company",
},
{
name: "Cases",
id: "/cases",
},
{
name: "Insights",
id: "/insights",
},
{
name: "Careers",
id: "/careers",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -70,65 +67,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,105 +94,20 @@ 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 <FooterBaseReveal
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={[
{
items: [
{
label: "About Us",
href: "/company",
},
{
label: "Our Approach",
href: "/approach",
},
{
label: "Careers",
href: "/careers",
},
],
},
{
items: [
{
label: "IT Strategy & DX",
href: "/services#it-strategy",
},
{
label: "SAP Support",
href: "/services#sap-support",
},
{
label: "PMO & Program Mgmt",
href: "/services#pmo-support",
},
],
},
{
items: [
{
label: "IT Due Diligence",
href: "/services#it-due-diligence",
},
{
label: "Talent Development",
href: "/services#talent-development",
},
{
label: "BPR",
href: "/services#bpr",
},
],
},
{
items: [
{
label: "Cases",
href: "/cases",
},
{
label: "Insights",
href: "/insights",
},
{
label: "Contact Us",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#privacy",
},
{
label: "Terms of Service",
href: "#terms",
},
{
label: "© 2026 K&K Solution Inc.",
href: "#",
},
],
},
]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,11 +3,41 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
const consistentFooterColumns = [
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Company", href: "/company" },
{ label: "Insights", href: "/insights" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -25,20 +55,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Company", id: "/company"},
{
name: "Insights", id: "/insights"},
{
name: "Careers", id: "/careers"},
{
name: "Contact", id: "/contact"},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -97,58 +114,10 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseReveal
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={[
{
items: [
{
label: "About Us", href: "/company"},
{
label: "Careers", href: "/careers"},
],
},
{
items: [
{
label: "IT Strategy & DX", href: "/services#it-strategy"},
{
label: "SAP Support", href: "/services#sap-support"},
{
label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
label: "Talent Development", href: "/services#talent-development"},
{
label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
label: "Insights", href: "/insights"},
{
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#privacy"},
{
label: "Terms of Service", href: "#terms"},
{
label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,10 +3,40 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
const consistentFooterColumns = [
{
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "Company", href: "/company" },
{ label: "Insights", href: "/insights" },
{ label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#privacy" },
{ label: "Terms of Service", href: "#terms" }
]
}
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -24,20 +54,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Company", id: "/company"},
{
name: "Insights", id: "/insights"},
{
name: "Careers", id: "/careers"},
{
name: "Contact", id: "/contact"},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -66,58 +83,10 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseReveal
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={[
{
items: [
{
label: "About Us", href: "/company"},
{
label: "Careers", href: "/careers"},
],
},
{
items: [
{
label: "IT Strategy & DX", href: "/services#it-strategy"},
{
label: "SAP Support", href: "/services#sap-support"},
{
label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
label: "Talent Development", href: "/services#talent-development"},
{
label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
label: "Insights", href: "/insights"},
{
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#privacy"},
{
label: "Terms of Service", href: "#terms"},
{
label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
logoText="K&K Solution Inc." logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -4,9 +4,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
const consistentNavItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Approach", id: "/approach" },
{ name: "Company", id: "/company" },
{ name: "Cases", id: "/cases" },
{ name: "Insights", id: "/insights" },
{ name: "Careers", id: "/careers" },
{ name: "Contact", id: "/contact" },
];
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
@@ -24,20 +35,7 @@ export default function LandingPage() {
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={consistentNavItems}
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Company", id: "/company"},
{
name: "Insights", id: "/insights"},
{
name: "Careers", id: "/careers"},
{
name: "Contact", id: "/contact"},
]}
brandName="K&K Solution Inc." brandName="K&K Solution Inc."
/> />
</div> </div>
@@ -74,58 +72,27 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseReveal
logoSrc="http://img.b2bpic.net/free-vector/letter-k-luxury-brand-logo-concept-design-vector_1055-13164.jpg" logoText="K&K Solution Inc."
logoAlt="K&K Solution Inc. Logo"
columns={[ columns={[
{ {
items: [ title: "Navigation", items: [
{ { label: "Home", href: "/" },
label: "About Us", href: "/company"}, { label: "Services", href: "/services" },
{ { label: "Company", href: "/company" },
label: "Careers", href: "/careers"}, { label: "Insights", href: "/insights" },
], { label: "Careers", href: "/careers" },
{ label: "Contact", href: "/contact" }
]
}, },
{ {
items: [ title: "Legal", items: [
{ { label: "Privacy Policy", href: "#privacy" },
label: "IT Strategy & DX", href: "/services#it-strategy"}, { label: "Terms of Service", href: "#terms" }
{ ]
label: "SAP Support", href: "/services#sap-support"}, }
{
label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
label: "Talent Development", href: "/services#talent-development"},
{
label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
label: "Insights", href: "/insights"},
{
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#privacy"},
{
label: "Terms of Service", href: "#terms"},
{
label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]} ]}
logoText="K&K Solution Inc." copyrightText="© 2026 K&K Solution Inc."
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
@@ -55,7 +54,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}> <body className={`${montserrat.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -52,8 +51,8 @@ export default function LandingPage() {
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
imagePosition="right" imagePosition="right"
title="Strategy with the depth Japan deserves." title="変革の先陣を切る"
description="コンサルティングを、もう一段深く。\nDelivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises." description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
testimonials={[ testimonials={[
{ {
name: "Akira Suzuki", handle: "@Akira_S", testimonial: "K&K transformed our IT strategy, delivering beyond expectations. Truly world-class.", rating: 5, name: "Akira Suzuki", handle: "@Akira_S", testimonial: "K&K transformed our IT strategy, delivering beyond expectations. Truly world-class.", rating: 5,
@@ -183,62 +182,6 @@ export default function LandingPage() {
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer">
<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={[
{
items: [
{
label: "About Us", href: "/company"},
{
label: "Careers", href: "/careers"},
],
},
{
items: [
{
label: "IT Strategy & DX", href: "/services#it-strategy"},
{
label: "SAP Support", href: "/services#sap-support"},
{
label: "PMO & Program Mgmt", href: "/services#pmo-support"},
],
},
{
items: [
{
label: "IT Due Diligence", href: "/services#it-due-diligence"},
{
label: "Talent Development", href: "/services#talent-development"},
{
label: "BPR", href: "/services#bpr"},
],
},
{
items: [
{
label: "Insights", href: "/insights"},
{
label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#privacy"},
{
label: "Terms of Service", href: "#terms"},
{
label: "© 2026 K&K Solution Inc.", href: "#"},
],
},
]}
logoText="K&K Solution Inc."
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );