From d966952999e721d5bfd60575e0c90590af4ddded Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:13:46 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0b6d96..1735eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,18 +108,18 @@ export default function LandingPage() { title: "本格炭火焼鳥", description: "強火の炭火で手打ち串を丁寧に焼き上げます。", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14154.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14154.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/burning-woods-fire-pit_23-2148253447.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/burning-woods-fire-pit_23-2148253447.jpg?_wi=1"}, ], }, { title: "セルフ飲み放題", description: "自由に注げるスタイルで待ち時間はゼロ。", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149459116.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149459116.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321459.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321459.jpg?_wi=1"}, ], }, { -- 2.49.1 From 86763986a0a843652c551c1768cb946d2e4a0d5e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:13:47 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0391366..c7f6cfc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,15 +43,15 @@ export default function ServicesPage() { { title: "セルフ飲み放題", description: "自分でお酒を注ぐ楽しさを体験してください。待ち時間なしの自由な空間です。", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321459.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149459116.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-beer-brewing-elements_23-2150321459.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-public-intimacy-moments_23-2149459116.jpg?_wi=2" } ] }, { title: "炭火焼き体験", description: "職人がこだわり抜いた炭火焼鳥の真髄を。五感で味わう本格料理をご提供します。", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/burning-woods-fire-pit_23-2148253447.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14154.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/burning-woods-fire-pit_23-2148253447.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14154.jpg?_wi=2" } ] } ]} -- 2.49.1