diff --git a/src/app/approach/page.tsx b/src/app/approach/page.tsx index 26f22e0..a2643f6 100644 --- a/src/app/approach/page.tsx +++ b/src/app/approach/page.tsx @@ -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" diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index a0f76f6..f2fc242 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -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" diff --git a/src/app/cases/page.tsx b/src/app/cases/page.tsx index 371d3be..3d4034b 100644 --- a/src/app/cases/page.tsx +++ b/src/app/cases/page.tsx @@ -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" diff --git a/src/app/company/page.tsx b/src/app/company/page.tsx index 2e50177..f7c5e8e 100644 --- a/src/app/company/page.tsx +++ b/src/app/company/page.tsx @@ -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" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c2c0708..c1993c1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" diff --git a/src/app/insights/page.tsx b/src/app/insights/page.tsx index b5a87fc..65bdcf6 100644 --- a/src/app/insights/page.tsx +++ b/src/app/insights/page.tsx @@ -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() {