From 4f1946385f8ad425a7b61352d092991ec3ffe734 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:03:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b92c27..26e1d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="くらるカフェへようこそ" description="職人のこだわりが詰まった一杯と、心安らぐ空間をお届けします。" buttons={[{ text: "メニューを見る", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/home-workspace-minimalistic-design_23-2148991458.jpg" + imageSrc="http://img.b2bpic.net/free-photo/home-workspace-minimalistic-design_23-2148991458.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg", alt: "happy patron" }, @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "30種", title: "厳選メニュー" }, { value: "100%", title: "手作り素材" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-holding-vase_23-2149480233.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-hand-holding-vase_23-2149480233.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -92,13 +92,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/condiment-bottle-restaurant_1339-5517.jpg", imageAlt: "Condiment Bottle in restaurant"}, { title: "手作りスイーツ", description: "素材にこだわった当店オリジナルのデザート。", buttonIcon: Cake, - imageSrc: "http://img.b2bpic.net/free-photo/home-workspace-minimalistic-design_23-2148991458.jpg", imageAlt: "Condiment Bottle in restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/home-workspace-minimalistic-design_23-2148991458.jpg?_wi=2", imageAlt: "Condiment Bottle in restaurant"}, { title: "癒しの空間", description: "ゆっくりと読書や会話が楽しめる落ち着いた雰囲気。", buttonIcon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-vase_23-2149480233.jpg", imageAlt: "Condiment Bottle in restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-vase_23-2149480233.jpg?_wi=2", imageAlt: "Condiment Bottle in restaurant"}, { title: "丁寧な抽出", description: "バリスタが一杯ずつ丁寧に心を込めて淹れます。", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-inside-blue-round-plate-with-cream-red-fruits-grey-background-biscuit-cake-tea-sweet_140725-22547.jpg", imageAlt: "Condiment Bottle in restaurant"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-inside-blue-round-plate-with-cream-red-fruits-grey-background-biscuit-cake-tea-sweet_140725-22547.jpg?_wi=1", imageAlt: "Condiment Bottle in restaurant"}, ]} title="私たちのこだわり" description="大切にしている3つのポイントをご紹介します。" @@ -112,7 +112,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "特製抹茶ラテ", price: "¥650", variant: "定番商品", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-inside-blue-round-plate-with-cream-red-fruits-grey-background-biscuit-cake-tea-sweet_140725-22547.jpg" }, + { id: "1", name: "特製抹茶ラテ", price: "¥650", variant: "定番商品", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slice-inside-blue-round-plate-with-cream-red-fruits-grey-background-biscuit-cake-tea-sweet_140725-22547.jpg?_wi=2" }, { id: "2", name: "自家焙煎珈琲", price: "¥550", variant: "おすすめ", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-delicious-coffee-assortment_23-2149514293.jpg" }, { id: "3", name: "フルーツタルト", price: "¥700", variant: "季節限定", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cranberry-cakes-with-red-cranberries-top-sugar-pieces-powder-grey-desk-cake-biscuit-sweet-bake_140725-22463.jpg" }, { id: "4", name: "焼き菓子セット", price: "¥500", variant: "ギフト可", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sweet-pastry-brown-plate_114579-72171.jpg" }, -- 2.49.1