Compare commits
10 Commits
version_18
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 623710729f | |||
| 0705984c3d | |||
| 501821c32d | |||
| 3285a51a70 | |||
| 87e6290df1 | |||
| 9ed1dc7542 | |||
| 8f0d4f30b3 | |||
| ef5c9961d4 | |||
| 150e4c9ebe | |||
| 21fa059acc |
@@ -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,20 +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."
|
||||
buttons={[]}
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Taro Yamada", handle: "@TaroYamada", testimonial: "K&K Solution transformed our IT infrastructure, significantly boosting our efficiency and reducing operational costs. Their strategic insights were invaluable.", rating: 5,
|
||||
imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Taro Yamada avatar"
|
||||
},
|
||||
{
|
||||
name: "Hanako Tanaka", handle: "@HanakoTanaka", testimonial: "The team at K&K provided expert guidance on our digital transformation journey. Their approach was thorough, and the results exceeded our expectations.", rating: 5,
|
||||
imageSrc: "/images/placeholder-avatar.jpg", imageAlt: "Hanako Tanaka avatar"
|
||||
}
|
||||
]}
|
||||
testimonials={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b439c3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user