Compare commits
35 Commits
version_3
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 27c44168cd | |||
| f6393271bb | |||
| 1386c52c4b | |||
| 6421f858b1 | |||
| 88103105c1 | |||
| bfa4496f84 | |||
| c11461648e | |||
| e7ec3814c8 | |||
| 3c3ed4000f | |||
| 72c5cf264b | |||
| bfc54a23e7 | |||
| 54a6dc7872 | |||
| a92536038f | |||
| 6017613655 | |||
| b023e84895 | |||
| 21b3351453 | |||
| 26505a4313 | |||
| f25aff5026 | |||
| 17df505395 | |||
| 37dc9e98fa | |||
| 59d73bbcfd | |||
| ba59b2d20d | |||
| b40de4ffc9 | |||
| 6981855ba9 | |||
| b62419f39e | |||
| c112de0cf4 | |||
| 5e824954fa | |||
| b046fa41ab | |||
| e67741dc0c | |||
| 84a6a6be31 | |||
| 38fbed388a | |||
| 667a8ab587 | |||
| 2447c78355 | |||
| 0a4343eacf | |||
| b8285dae1f |
@@ -4,10 +4,40 @@ 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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -25,24 +55,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
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"},
|
||||
]}
|
||||
navItems={consistentNavItems}
|
||||
brandName="K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
@@ -94,60 +107,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={consistentFooterColumns}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -4,10 +4,40 @@ 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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -25,20 +55,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>
|
||||
@@ -87,56 +104,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={consistentFooterColumns}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -3,10 +3,40 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -24,24 +54,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
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"}
|
||||
]}
|
||||
navItems={consistentNavItems}
|
||||
brandName="K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
@@ -91,60 +104,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
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: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={consistentFooterColumns}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -3,11 +3,41 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -25,20 +55,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>
|
||||
@@ -97,56 +114,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={consistentFooterColumns}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -3,10 +3,40 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 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() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -24,20 +54,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>
|
||||
@@ -66,58 +83,10 @@ export default function LandingPage() {
|
||||
</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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={consistentFooterColumns}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
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,58 +72,27 @@ export default function LandingPage() {
|
||||
</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"
|
||||
<FooterBaseReveal
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "/company"},
|
||||
{
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="K&K Solution Inc."
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
|
||||
@@ -55,7 +54,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -4,7 +4,6 @@ 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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -52,8 +51,8 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Strategy with the depth Japan deserves."
|
||||
description="コンサルティングを、もう一段深く。\nDelivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
|
||||
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,
|
||||
@@ -183,62 +182,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user