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"}, ], }, { 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" } ] } ]}