Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-05-02 09:13:50 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -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" }
]
}
]}