From 61a3da87c0382046e69b06d33b75887aa4105222 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:02:37 +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 dfd3a14..0f217cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { 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={[ { @@ -133,7 +133,7 @@ export default function LandingPage() { 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" /> @@ -155,21 +155,21 @@ export default function LandingPage() { title: "手作りスイーツ", description: "素材にこだわった当店オリジナルのデザート。", buttonIcon: "Cake", - 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=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", + 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", + 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", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { 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", + 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", -- 2.49.1