diff --git a/src/app/page.tsx b/src/app/page.tsx index 45922c1..ae4598a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -95,9 +63,7 @@ export default function LandingPage() { description="Ken Coffeeは、小金井にある落ち着いた空間のコーヒーショップです。" subdescription="厳選された豆と丁寧な抽出にこだわり、最高の一杯を提供します。お客様の日常に寄り添う、上質なひとときをお楽しみください。" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg" mediaAnimation="slide-up" - imageAlt="hand crafted coffee latte art" /> @@ -107,33 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "professional barista specialty coffee"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg", imageAlt: "professional barista specialty coffee"}, - ], - }, - { - title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "cozy cafe corner interior"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", imageAlt: "cozy cafe corner interior"}, - ], - }, - { - title: "朝食からランチまで", description: "軽食やトーストなど多様なメニューをご用意。", icon: Utensils, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg", imageAlt: "cafe breakfast toast set"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-greens-sauce-side-view_141793-3550.jpg", imageAlt: "cafe breakfast toast set"}, - ], - }, + { title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [] }, + { title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [] }, + { title: "こだわりの食事", description: "地元の食材を使用した軽食をご用意。", icon: Utensils, mediaItems: [] }, ]} title="こだわり" description="Ken Coffeeが提供する体験の理由をご紹介します。" @@ -147,18 +89,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-wooden-background_23-2148337118.jpg", imageAlt: "drip coffee cup wooden table"}, - { - id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "http://img.b2bpic.net/free-photo/decoration-aroma-blend-latte-mug_1232-3949.jpg", imageAlt: "creamy latte art close up"}, - { - id: "p3", name: "クラフトビール", price: "¥700", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-foam-with-brown-bottles-beer-wooden-table_23-2148215840.jpg", imageAlt: "iced beer glass cafe"}, - { - id: "p4", name: "トーストセット", price: "¥700", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-chicken-ham_2829-7205.jpg", imageAlt: "breakfast toast set served"}, - { - id: "p5", name: "サンドイッチ", price: "¥800", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-110405.jpg", imageAlt: "gourmet artisan sandwich served"}, - { - id: "p6", name: "デザート各種", price: "¥500〜", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-cup-tea-with-cake-grey-plate-cake-with-chocolate-covered-strawberries-cup-tea-with-lemon-cream-notebook-dark-table_140725-110632.jpg", imageAlt: "assorted dessert cake cafe"}, + { id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "" }, + { id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "" }, + { id: "p3", name: "季節の焼き菓子", price: "¥400", imageSrc: "" }, + { id: "p4", name: "トーストセット", price: "¥700", imageSrc: "" }, ]} title="メニュー" description="厳選されたドリンクとフードをご用意しました。" @@ -169,12 +103,8 @@ export default function LandingPage() {