15 Commits

Author SHA1 Message Date
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
b8285dae1f Merge version_3 into main
Merge version_3 into main
2026-06-07 12:50:54 +00:00
7 changed files with 110 additions and 288 deletions

View File

@@ -4,7 +4,7 @@ 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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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';
@@ -94,60 +94,34 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
logoText="K&K Solution Inc."
columns={[ columns={[
{ {
items: [ title: "Pages", items: [
{ { label: "Home", href: "/" },
label: "About Us", href: "/company"}, { label: "Services", href: "/services" },
{ { label: "Company", href: "/company" },
label: "Our Approach", href: "/approach"}, { label: "Insights", href: "/insights" },
{ { label: "Careers", href: "/careers" },
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: "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." 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> </div>
</ReactLenis> </ReactLenis>

View File

@@ -4,7 +4,7 @@ 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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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';
@@ -87,56 +87,34 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
logoText="K&K Solution Inc."
columns={[ columns={[
{ {
items: [ title: "Pages", 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."
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> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,7 +3,7 @@
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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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';
@@ -91,60 +91,34 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
logoText="K&K Solution Inc."
columns={[ columns={[
{ {
items: [ title: "Pages", items: [
{ { label: "Home", href: "/" },
label: "About Us", href: "/company"}, { label: "Services", href: "/services" },
{ { label: "Company", href: "/company" },
label: "Our Approach", href: "/approach"}, { label: "Insights", href: "/insights" },
{ { label: "Careers", href: "/careers" },
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: "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." 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> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,7 +3,7 @@
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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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';
@@ -97,56 +97,34 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
logoText="K&K Solution Inc."
columns={[ columns={[
{ {
items: [ title: "Pages", 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."
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> </div>
</ReactLenis> </ReactLenis>

View File

@@ -3,7 +3,7 @@
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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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';
@@ -66,58 +66,34 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
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: "Pages", 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."
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> </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>
); );