19 Commits

Author SHA1 Message Date
bbdaf9c0b3 Update src/app/page.tsx 2026-06-07 14:21:52 +00:00
a97392cbd6 Merge version_14 into main
Merge version_14 into main
2026-06-07 14:21:11 +00:00
53103ffa81 Update src/app/page.tsx 2026-06-07 14:21:08 +00:00
bc45ae7adb Merge version_14 into main
Merge version_14 into main
2026-06-07 14:02:08 +00:00
7f257c4e46 Update src/app/page.tsx 2026-06-07 14:02:05 +00:00
96479be3aa Merge version_14 into main
Merge version_14 into main
2026-06-07 14:01:30 +00:00
0f610b66da Update src/app/page.tsx 2026-06-07 14:01:24 +00:00
f273541b5d Merge version_13 into main
Merge version_13 into main
2026-06-07 13:59:52 +00:00
2efea6cd0d Update src/app/page.tsx 2026-06-07 13:59:49 +00:00
fc94e540f6 Merge version_13 into main
Merge version_13 into main
2026-06-07 13:59:12 +00:00
0eaaf515e9 Update src/app/page.tsx 2026-06-07 13:59:06 +00:00
3f2f1f27ca Merge version_12 into main
Merge version_12 into main
2026-06-07 13:52:31 +00:00
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
7 changed files with 190 additions and 237 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -107,17 +107,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -104,17 +104,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -104,17 +104,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -114,17 +114,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -83,17 +83,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={consistentFooterColumns}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -4,9 +4,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
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() {
return (
<ThemeProvider
@@ -24,20 +35,7 @@ export default function LandingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "/"},
{
name: "Services", id: "/services"},
{
name: "Company", id: "/company"},
{
name: "Insights", id: "/insights"},
{
name: "Careers", id: "/careers"},
{
name: "Contact", id: "/contact"},
]}
navItems={consistentNavItems}
brandName="K&K Solution Inc."
/>
</div>
@@ -74,7 +72,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="K&K Solution Inc."
columns={[
{
@@ -95,13 +93,6 @@ export default function LandingPage() {
}
]}
copyrightText="© 2026 K&K Solution Inc."
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
logoTextClassName="text-[#FAF4E6] text-xl font-bold"
columnTitleClassName="text-[#C9A961] font-semibold mb-4"
columnItemClassName="text-[#C9A961] hover:text-[#FAF4E6] text-base mb-2"
copyrightTextClassName="text-[#D8C896] text-sm mt-8"
containerClassName="max-w-screen-xl mx-auto px-4"
columnsClassName="grid grid-cols-2 md:grid-cols-2 gap-8 lg:gap-12"
/>
</div>
</ReactLenis>

View File

@@ -2,187 +2,184 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import ContactText from "@/components/sections/contact/ContactText";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import { Briefcase, Building, Database, Diamond, Loader, ShieldCheck, Sparkles, Users } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
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."
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
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."
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
imagePosition="right"
title="変革の先陣を切る"
description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
testimonials={[
{
name: "Akira Suzuki", handle: "@Akira_S", testimonial: "K&K transformed our IT strategy, delivering beyond expectations. Truly world-class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-black-white_23-2149411408.jpg", imageAlt: "Akira Suzuki profile"},
{
name: "Emi Nakamura", handle: "@Emi_Naka", testimonial: "Their SAP expertise is unparalleled. Smooth migration and excellent support.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/worldface-spanish-man-white-background_53876-139733.jpg", imageAlt: "Emi Nakamura profile"},
{
name: "Takeshi Tanaka", handle: "@T_Tanaka", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-silhouette-man_23-2149706998.jpg", imageAlt: "Takeshi Tanaka profile"},
{
name: "Reina Kobayashi", handle: "@ReinaK", testimonial: "K&K's insight into Japanese market nuances combined with global best practices is invaluable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/artistic-businessman_23-2147641280.jpg", imageAlt: "Reina Kobayashi profile"},
{
name: "Daiki Hashimoto", handle: "@HashimotoD", testimonial: "Strategic depth and practical execution K&K delivers tangible results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/business-avatar-template_23-2147502917.jpg", imageAlt: "Daiki Hashimoto profile"},
]}
buttons={[
{
text: "Contact Us", href: "/contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psnj5l&_wi=1"
imageAlt="K&K Solution Inc. Gold Logo"
mediaAnimation="slide-up"
fixedMediaHeight={true}
avatars={[
{
src: "http://img.b2bpic.net/free-vector/businessman-silhouettes-avatars_23-2147495067.jpg", alt: "Client Avatar 1"},
{
src: "http://img.b2bpic.net/free-vector/linear-flat-people-faces-professions-illustration_1416-516.jpg", alt: "Client Avatar 2"},
{
src: "http://img.b2bpic.net/free-vector/illustration-business-people_53876-5890.jpg", alt: "Client Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/office-sunset_1098-350.jpg", alt: "Client Avatar 4"},
{
src: "http://img.b2bpic.net/free-photo/silhouettes-modern-office_1098-669.jpg", alt: "Client Avatar 5"},
]}
avatarText="Trusted by 250+ leading enterprises."
marqueeItems={[
{
type: "text-icon", text: "IT Strategy", icon: Diamond,
},
{
type: "text-icon", text: "Digital Transformation", icon: Sparkles,
},
{
type: "text-icon", text: "SAP S/4HANA", icon: Database,
},
{
type: "text-icon", text: "PMO Services", icon: ShieldCheck,
},
{
type: "text-icon", text: "Business Process Re-engineering", icon: Loader,
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "radial-gradient"
}}
imagePosition="right"
title="変革の先陣を切る"
description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
testimonials={[
{
name: "", handle: "@akira_s", testimonial: "", rating: 5
},
{
name: "", handle: "@emi_n", testimonial: "", rating: 5
},
{
name: "", handle: "", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5
},
{
name: "", handle: "@reina_k", testimonial: "K&K's insight into Japanese market nuances combined with global best practices is invaluable.", rating: 5
},
{
name: "", handle: "", testimonial: "Strategic depth and practical execution K&K delivers tangible results.", rating: 5
}
]}
buttons={[]}
mediaAnimation="slide-up"
fixedMediaHeight={true}
avatars={[
{
src: "", alt: "Client Avatar 1"
},
{
src: "", alt: "Client Avatar 2"
},
{
src: "", alt: "Client Avatar 3"
},
{
src: "", alt: "Client Avatar 4"
},
{
src: "", alt: "Client Avatar 5"
}
]}
avatarText=""
/>
</div>
<div id="home-services-preview" data-section="home-services-preview">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
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: "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"},
]}
title="Our Core Services"
description="Driving innovation and efficiency across your enterprise."
/>
</div>
<div id="home-services-preview" data-section="home-services-preview">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "it-strategy", title: "IT Strategy & DX", tags: [
"Consulting", "Digital Transformation"
]
},
{
id: "sap-support", title: "SAP Implementation & Operation", tags: [
"ERP", "S/4HANA"
]
},
{
id: "pmo-support", title: "PMO & Program Management", tags: [
"Project Management", "Governance"
]
}
]}
title="Our Core Services"
description="Driving innovation and efficiency across your enterprise."
/>
</div>
<div id="home-stats" data-section="home-stats">
<MetricCardOne
animationType="depth-3d"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
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: "industries", value: "15+", title: "Industries Served", description: "Deep sector expertise.", icon: Building,
},
]}
title="Impactful Results"
description="Quantifying our commitment to your success."
/>
</div>
<div id="home-stats" data-section="home-stats">
<MetricCardOne
animationType="depth-3d"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
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: "industries", value: "15+", title: "Industries Served", description: "Deep sector expertise.", icon: Building
}
]}
title="Impactful Results"
description="Quantifying our commitment to your success."
/>
</div>
<div id="home-message" data-section="home-message">
<TextSplitAbout
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."]}
buttons={[
{
text: "Read Full Message", href: "/company#founder-message"},
]}
/>
</div>
<div id="home-message" data-section="home-message">
<TextSplitAbout
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."
]}
buttons={[
{
text: "Read Full Message", href: "/company#founder-message"
}
]}
/>
</div>
<div id="home-cta" data-section="home-cta">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain"}}
text="Ready to deepen your strategy? Connect with us today."
buttons={[
{
text: "Contact Us Now", href: "/contact"},
]}
/>
</div>
<div id="home-cta" data-section="home-cta">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain"
}}
text="Ready to deepen your strategy? Connect with us today."
buttons={[
{
text: "Contact Us Now", href: "/contact"
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}