Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 21:26:27 +00:00

View File

@@ -53,12 +53,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
carouselItems={[
{ id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-friends-having-fun-rest-night-club-drinking-cocktails-near-bar-counter_627829-719.jpg", imageAlt: "Bar 中毒の活気ある雰囲気" },
{ id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg", imageAlt: "飲みゲームを楽しむ人々" },
{ id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093589.jpg", imageAlt: "プレミアムカクテルとショット" },
{ id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497637.jpg", imageAlt: "社交の場としてのBar 中毒" },
{ id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-friends-having-fun-rest-night-club-drinking-cocktails-near-bar-counter_627829-719.jpg", imageAlt: "エンタメバーの内装" },
{ id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg", imageAlt: "楽しいゲームの時間" }
{ id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-friends-having-fun-rest-night-club-drinking-cocktails-near-bar-counter_627829-719.jpg?_wi=1", imageAlt: "Bar 中毒の活気ある雰囲気" },
{ id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg?_wi=1", imageAlt: "飲みゲームを楽しむ人々" },
{ id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093589.jpg?_wi=1", imageAlt: "プレミアムカクテルとショット" },
{ id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497637.jpg?_wi=1", imageAlt: "社交の場としてのBar 中毒" },
{ id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-friends-having-fun-rest-night-club-drinking-cocktails-near-bar-counter_627829-719.jpg?_wi=2", imageAlt: "エンタメバーの内装" },
{ id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg?_wi=2", imageAlt: "楽しいゲームの時間" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -85,9 +85,9 @@ export default function LandingPage() {
title="Bar 中毒は『ただ飲む場所』じゃない。"
description="飲み×ゲーム×出会いが融合した、新しいエンタメ体験。初めての方でも、リピーターでも、心地よく楽しめる空間を提供しています。"
features={[
{ id: "games", title: "🎲 飲みゲーム", description: "チンチロ・トランプ・ジャックポットなど、自然に盛り上がる仕組みが満載。ルール分からなくても大丈夫です。", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg", imageAlt: "飲みゲームの様子" },
{ id: "drinks", title: "🍾 お酒", description: "ショット・シャンパン・盛り上がり系多数。気分や好みに合わせて選べる豊富なラインナップ。", imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093589.jpg", imageAlt: "プレミアムドリンク" },
{ id: "space", title: "👥 空間", description: "初対面でも一瞬で距離が縮まる。スタッフ一同が居心地の良さをサポートします。", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497637.jpg", imageAlt: "社交スペース" }
{ id: "games", title: "🎲 飲みゲーム", description: "チンチロ・トランプ・ジャックポットなど、自然に盛り上がる仕組みが満載。ルール分からなくても大丈夫です。", imageSrc: "http://img.b2bpic.net/free-photo/small-group-friends-anticipating-end-rugby-match-while-watching-game-tv_637285-10344.jpg?_wi=3", imageAlt: "飲みゲームの様子" },
{ id: "drinks", title: "🍾 お酒", description: "ショット・シャンパン・盛り上がり系多数。気分や好みに合わせて選べる豊富なラインナップ。", imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093589.jpg?_wi=2", imageAlt: "プレミアムドリンク" },
{ id: "space", title: "👥 空間", description: "初対面でも一瞬で距離が縮まる。スタッフ一同が居心地の良さをサポートします。", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497637.jpg?_wi=2", imageAlt: "社交スペース" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"