Compare commits
31 Commits
version_13
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 623710729f | |||
| 0705984c3d | |||
| 501821c32d | |||
| 3285a51a70 | |||
| 87e6290df1 | |||
| 9ed1dc7542 | |||
| 8f0d4f30b3 | |||
| ef5c9961d4 | |||
| 6d2845af6a | |||
| 150e4c9ebe | |||
| a1ecd36f64 | |||
| 21fa059acc | |||
| eed9bc34dd | |||
| ad5b985467 | |||
| fbc507d175 | |||
| 349b5d14cb | |||
| a27064ab78 | |||
| f8eb608af1 | |||
| 1401295b94 | |||
| 2565772891 | |||
| 0a67d8e2e8 | |||
| e20e3d8973 | |||
| bbdaf9c0b3 | |||
| a97392cbd6 | |||
| 53103ffa81 | |||
| bc45ae7adb | |||
| 7f257c4e46 | |||
| 96479be3aa | |||
| 0f610b66da | |||
| f273541b5d | |||
| fc94e540f6 |
@@ -8,7 +8,7 @@ import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonia
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import { Briefcase, Building, Database, Diamond, Loader, ShieldCheck, Sparkles, Users } from "lucide-react";
|
||||
import { Briefcase, Building, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,9 +34,15 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Services", id: "/services"
|
||||
},
|
||||
{
|
||||
name: "Approach", id: "/approach"
|
||||
},
|
||||
{
|
||||
name: "Company", id: "/company"
|
||||
},
|
||||
{
|
||||
name: "Cases", id: "/cases"
|
||||
},
|
||||
{
|
||||
name: "Insights", id: "/insights"
|
||||
},
|
||||
@@ -59,52 +65,13 @@ export default function LandingPage() {
|
||||
}}
|
||||
imagePosition="right"
|
||||
title="変革の先陣を切る"
|
||||
titleClassName="!text-8xl lg:!text-9xl"
|
||||
description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Akira Suzuki", handle: "@akirasuzuki", testimonial: "K&K transformed our IT strategy, delivering beyond expectations. Truly world-class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-black-white_23-2149411408.jpg", imageAlt: "Akira Suzuki profile"
|
||||
},
|
||||
{
|
||||
name: "Emi Nakamura", handle: "@eminakamura", testimonial: "Their SAP expertise is unparalleled. Smooth migration and excellent support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worldface-spanish-man-white-background_53876-139733.jpg", imageAlt: "Emi Nakamura profile"
|
||||
},
|
||||
{
|
||||
name: "Takeshi Tanaka", handle: "@takeshitanaka", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-portrait-silhouette-man_23-2149706998.jpg", imageAlt: "Takeshi Tanaka profile"
|
||||
},
|
||||
{
|
||||
name: "Reina Kobayashi", handle: "@reinakobayashi", testimonial: "K&K's insight into Japanese market nuances combined with global best practices is invaluable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-businessman_23-2147641280.jpg", imageAlt: "Reina Kobayashi profile"
|
||||
},
|
||||
{
|
||||
name: "Daiki Hashimoto", handle: "@daikihashimoto", testimonial: "Strategic depth and practical execution – K&K delivers tangible results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-avatar-template_23-2147502917.jpg", imageAlt: "Daiki Hashimoto profile"
|
||||
}
|
||||
]}
|
||||
buttons={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psnj5l&_wi=1"
|
||||
imageAlt="K&K Solution Inc. Gold Logo"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/businessman-silhouettes-avatars_23-2147495067.jpg", alt: "Client Avatar 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/linear-flat-people-faces-professions-illustration_1416-516.jpg", alt: "Client Avatar 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-sunset_1098-350.jpg", alt: "Client Avatar 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/silhouettes-modern-office_1098-669.jpg", alt: "Client Avatar 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worldface-spanish-man-white-background_53876-139733.jpg", alt: "Client Avatar 5"
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by 250+ leading enterprises."
|
||||
testimonials={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b439c3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,20 +84,17 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "it-strategy", title: "IT Strategy & DX", tags: [
|
||||
"Consulting", "Digital Transformation"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card-design_23-2149298186.jpg", imageAlt: "IT Strategy & DX icon"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "sap-support", title: "SAP Implementation & Operation", tags: [
|
||||
"ERP", "S/4HANA"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/triangle-green-gradient-luxury-background_343694-4684.jpg", imageAlt: "SAP Support icon"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pmo-support", title: "PMO & Program Management", tags: [
|
||||
"Project Management", "Governance"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feminine-circle-frame_53876-90184.jpg", imageAlt: "PMO Support icon"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Core Services"
|
||||
@@ -192,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user