Compare commits
16 Commits
version_16
...
version_22
| Author | SHA1 | Date | |
|---|---|---|---|
| 501821c32d | |||
| 3285a51a70 | |||
| 87e6290df1 | |||
| 9ed1dc7542 | |||
| 8f0d4f30b3 | |||
| ef5c9961d4 | |||
| 6d2845af6a | |||
| 150e4c9ebe | |||
| a1ecd36f64 | |||
| 21fa059acc | |||
| eed9bc34dd | |||
| ad5b985467 | |||
| 349b5d14cb | |||
| f8eb608af1 | |||
| 1401295b94 | |||
| 0a67d8e2e8 |
@@ -8,7 +8,7 @@ import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonia
|
|||||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -59,29 +59,12 @@ export default function LandingPage() {
|
|||||||
}}
|
}}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="変革の先陣を切る"
|
title="変革の先陣を切る"
|
||||||
|
titleClassName="!text-8xl lg:!text-9xl"
|
||||||
description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
|
description="コンサルティングを、もう一段深く. Delivering BCG/McKinsey-grade IT strategy to Japan's mid-cap enterprises."
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
name: "", handle: "@akira_s", testimonial: "", rating: 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "", handle: "@emi_n", testimonial: "", rating: 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "", handle: "", testimonial: "The PMO support was critical for our complex project. Highly recommend K&K.", rating: 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "", handle: "@reina_k", testimonial: "K&K's insight into Japanese market nuances combined with global best practices is invaluable.", rating: 5
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "", handle: "", testimonial: "Strategic depth and practical execution – K&K delivers tangible results.", rating: 5
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
buttons={[]}
|
buttons={[]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[]}
|
testimonials={[]}
|
||||||
avatarText=""
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user