Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 08:09:59 +00:00
5 changed files with 1389 additions and 22 deletions

View File

@@ -98,21 +98,21 @@ export default function AboutPage() {
id: "01",
title: "Curated Experience Since 2015",
description: "Founded with a vision to create Madrid's most welcoming lounge, Mufasa has become a cornerstone of Villaverde's nightlife scene. We believe in quality over quantity—every detail matters.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19190.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19190.jpg?_wi=2",
imageAlt: "Mufasa lounge ambiance",
},
{
id: "02",
title: "Passionate Staff",
description: "Our team is trained to provide exceptional service. From master mixologists to shisha experts, every team member is dedicated to ensuring your perfect night out.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg?_wi=3",
imageAlt: "Expert bartending at Mufasa",
},
{
id: "03",
title: "Inclusive Community",
description: "Mufasa celebrates diversity. We're proud to be a safe, welcoming space for everyone—LGBTQ+ community members, locals, tourists, and everyone in between.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg?_wi=3",
imageAlt: "Diverse group celebration",
},
]}

View File

@@ -56,28 +56,28 @@ export default function GalleryPage() {
id: "01",
title: "Premium Cocktails",
description: "Artfully crafted signature drinks showcasing our mixologists' expertise and passion for premium spirits",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg?_wi=3",
imageAlt: "Premium cocktails at Mufasa",
},
{
id: "02",
title: "Shisha Experience",
description: "Premium hookah lounge with carefully selected flavors and a relaxed atmosphere for socializing",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg?_wi=3",
imageAlt: "Shisha lounge experience",
},
{
id: "03",
title: "Live Entertainment",
description: "DJ sets and live music performances creating an electric nightlife ambiance throughout the week",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501559.jpg?_wi=2",
imageAlt: "Music entertainment",
},
{
id: "04",
title: "Group Celebrations",
description: "Perfect venue for birthdays, bachelor parties, and unforgettable group gatherings in Madrid",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg?_wi=2",
imageAlt: "Group celebration",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -86,7 +86,7 @@ export default function MenuPage() {
id: "1",
name: "Mufasa Signature",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg?_wi=2",
imageAlt: "Mufasa Signature Cocktail",
initialQuantity: 1,
},
@@ -94,7 +94,7 @@ export default function MenuPage() {
id: "2",
name: "Sunset Paradise",
price: "€13",
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg?_wi=2",
imageAlt: "Sunset Paradise Cocktail",
initialQuantity: 1,
},
@@ -102,7 +102,7 @@ export default function MenuPage() {
id: "3",
name: "Golden Hour Mojito",
price: "€11",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg?_wi=2",
imageAlt: "Golden Hour Mojito",
initialQuantity: 1,
},
@@ -125,7 +125,7 @@ export default function MenuPage() {
id: "1",
name: "Tropical Mango Fusion",
price: "€18",
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg?_wi=2",
imageAlt: "Tropical Mango Shisha",
initialQuantity: 1,
},
@@ -133,7 +133,7 @@ export default function MenuPage() {
id: "2",
name: "Minty Berry Breeze",
price: "€16",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg?_wi=2",
imageAlt: "Minty Berry Shisha",
initialQuantity: 1,
},
@@ -141,7 +141,7 @@ export default function MenuPage() {
id: "3",
name: "Classic Vanilla Dreams",
price: "€15",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg?_wi=2",
imageAlt: "Classic Vanilla Shisha",
initialQuantity: 1,
},

View File

@@ -89,15 +89,15 @@ export default function HomePage() {
background={{ variant: "noise" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-cocktails_23-2150168854.jpg?_wi=1",
imageAlt: "Premium cocktails at Mufasa",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194164.jpg?_wi=1",
imageAlt: "Shisha lounge atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19190.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-chair-inside-cafe_1303-19190.jpg?_wi=1",
imageAlt: "Mufasa interior design",
},
]}
@@ -120,28 +120,28 @@ export default function HomePage() {
id: "01",
title: "Premium Cocktails",
description: "Signature drinks crafted by expert mixologists using premium spirits and fresh ingredients",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-places-orage-slice-cocktail_140725-2898.jpg?_wi=1",
imageAlt: "Signature cocktails",
},
{
id: "02",
title: "Hookah & Shisha",
description: "Wide selection of premium shisha flavors in a relaxed, comfortable lounge setting",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271951.jpg?_wi=1",
imageAlt: "Premium shisha experience",
},
{
id: "03",
title: "Live Music & DJ",
description: "Energy-filled atmosphere with curated music and live entertainment most nights",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-fun-open-mic_23-2149501559.jpg?_wi=1",
imageAlt: "Music entertainment",
},
{
id: "04",
title: "Group Gatherings",
description: "Perfect venue for celebrations, friend groups, and unforgettable social experiences",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-friends-drinking-beer-clinking-glasses_171337-13747.jpg?_wi=1",
imageAlt: "Group celebration",
},
]}
@@ -186,7 +186,7 @@ export default function HomePage() {
id: "1",
name: "Mufasa Signature Cocktail",
price: "€12",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150347008.jpg?_wi=1",
imageAlt: "Signature cocktail",
initialQuantity: 1,
},
@@ -194,7 +194,7 @@ export default function HomePage() {
id: "2",
name: "Premium Shisha Selection",
price: "€18",
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-by-vaping-from-hookah-bar_23-2149191854.jpg?_wi=1",
imageAlt: "Premium shisha",
initialQuantity: 1,
},