Merge version_2 into main #5
@@ -73,9 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ 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-1559056199-641a0ac8b55e?q=80&w=500&_wi=1" }, { 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: "地元の食材を使用した軽食をご用意。", 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&_wi=1" }] },
|
||||
]}
|
||||
title="こだわり"
|
||||
description="Ken Coffeeが提供する体験の理由をご紹介します。"
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
{ 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" },
|
||||
{ id: "p4", name: "トーストセット", price: "¥700", imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=500&_wi=2" },
|
||||
]}
|
||||
title="メニュー"
|
||||
description="厳選されたドリンクとフードをご用意しました。"
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ 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" },
|
||||
{ id: "m2", value: "20+", title: "豆のセレクション", description: "世界から取り寄せた高品質な豆。", imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=500&_wi=2" },
|
||||
]}
|
||||
title="数字で見るKen Coffee"
|
||||
description="皆様に愛されて成長中。"
|
||||
|
||||
Reference in New Issue
Block a user