Merge version_10 into main #12
@@ -98,21 +98,21 @@ export default function LandingPage() {
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", items: [
|
||||
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" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
|
||||
|
||||
@@ -91,21 +91,21 @@ export default function LandingPage() {
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", items: [
|
||||
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" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
|
||||
|
||||
@@ -95,21 +95,21 @@ export default function LandingPage() {
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", items: [
|
||||
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" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
|
||||
|
||||
@@ -101,21 +101,21 @@ export default function LandingPage() {
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", items: [
|
||||
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" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
|
||||
|
||||
@@ -70,21 +70,21 @@ export default function LandingPage() {
|
||||
logoText="K&K Solution Inc."
|
||||
columns={[
|
||||
{
|
||||
title: "Pages", items: [
|
||||
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" },
|
||||
],
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
],
|
||||
},
|
||||
{ label: "Terms of Service", href: "#terms" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2026 K&K Solution Inc."
|
||||
className="bg-[#6B0F1A] border-t border-[#C9A961] py-8"
|
||||
|
||||
@@ -4,7 +4,7 @@ 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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -74,58 +74,34 @@ 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"
|
||||
<FooterBaseCard
|
||||
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."
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user