Merge version_4 into main #6
@@ -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';
|
||||
@@ -53,7 +52,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
description="コンサルティングを、もう一段深く.\nDelivering 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