Merge version_2 into main #4
@@ -11,7 +11,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Coffee, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -63,6 +62,7 @@ export default function LandingPage() {
|
||||
description="Ken Coffeeは、小金井にある落ち着いた空間のコーヒーショップです。"
|
||||
subdescription="厳選された豆と丁寧な抽出にこだわり、最高の一杯を提供します。お客様の日常に寄り添う、上質なひとときをお楽しみください。"
|
||||
icon={Coffee}
|
||||
imageSrc="https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=1000&auto=format&fit=crop"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,9 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [] },
|
||||
{ title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [] },
|
||||
{ title: "こだわりの食事", description: "地元の食材を使用した軽食をご用意。", icon: Utensils, mediaItems: [] },
|
||||
{ title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=500" }, { imageSrc: "https://images.unsplash.com/photo-1541167760496-1628856ab77d?q=80&w=500" }] },
|
||||
{ title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?q=80&w=500" }, { imageSrc: "https://images.unsplash.com/photo-1521017432531-fbd92d768814?q=80&w=500" }] },
|
||||
{ title: "こだわりの食事", description: "地元の食材を使用した軽食をご用意。", icon: Utensils, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1484723091739-30a097e8f296?q=80&w=500" }, { imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=500" }] },
|
||||
]}
|
||||
title="こだわり"
|
||||
description="Ken Coffeeが提供する体験の理由をご紹介します。"
|
||||
@@ -89,10 +89,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "" },
|
||||
{ id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "" },
|
||||
{ id: "p3", name: "季節の焼き菓子", price: "¥400", imageSrc: "" },
|
||||
{ id: "p4", name: "トーストセット", price: "¥700", imageSrc: "" },
|
||||
{ id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "https://images.unsplash.com/photo-1507133750040-4a8f57021571?q=80&w=500" },
|
||||
{ id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=500" },
|
||||
{ id: "p3", name: "季節の焼き菓子", price: "¥400", imageSrc: "https://images.unsplash.com/photo-1558961363-fa8fdf82daee?q=80&w=500" },
|
||||
{ id: "p4", name: "トーストセット", price: "¥700", imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=500" },
|
||||
]}
|
||||
title="メニュー"
|
||||
description="厳選されたドリンクとフードをご用意しました。"
|
||||
@@ -117,8 +117,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "10", title: "年の経験", description: "コーヒー一筋のこだわり。", imageSrc: "" },
|
||||
{ id: "m2", value: "20+", title: "豆のセレクション", description: "世界から取り寄せた高品質な豆。", imageSrc: "" },
|
||||
{ id: "m1", value: "10", title: "年の経験", description: "コーヒー一筋のこだわり。", imageSrc: "https://images.unsplash.com/photo-1447933601403-0c6688de566e?q=80&w=500" },
|
||||
{ id: "m2", value: "20+", title: "豆のセレクション", description: "世界から取り寄せた高品質な豆。", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=500" },
|
||||
]}
|
||||
title="数字で見るKen Coffee"
|
||||
description="皆様に愛されて成長中。"
|
||||
|
||||
Reference in New Issue
Block a user