Update src/app/drinks-bar/page.tsx

This commit is contained in:
2026-03-08 15:55:50 +00:00
parent 18d0d61a4e
commit 3964465481

View File

@@ -6,7 +6,7 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Cocktail, Sparkles } from "lucide-react";
import { Sparkles, Wine } from "lucide-react";
export default function DrinksBarPage() {
return (
@@ -16,7 +16,7 @@ export default function DrinksBarPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -41,42 +41,22 @@ export default function DrinksBarPage() {
title="Craft Cocktails & Getränkeauswahl"
description="Entdecken Sie unsere meisterhafte Cocktailkultur und vielfältige Getränkeauswahl in entspannter Atmosph­äre"
tag="Bar & Lounge"
tagIcon={Cocktail}
tagIcon={Wine}
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Signature Cocktails",
description: "Von unserem Bartender kreierte exklusive Cocktails, die traditionelle österreichische Aromen mit modernem Flair verbinden.",
tag: "Kreativ",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=4",
imageAlt: "craft cocktails artisan bar presentation",
},
id: "1", title: "Signature Cocktails", description: "Von unserem Bartender kreierte exklusive Cocktails, die traditionelle österreichische Aromen mit modernem Flair verbinden.", tag: "Kreativ", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "craft cocktails artisan bar presentation"},
{
id: "2",
title: "Österreichische Biere",
description: "Eine große Auswahl an lokalen und internationalen Craft-Bieren, perfekt kombiniert mit unserer Kulinarik.",
tag: "Lokal",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-mug-with-foam_23-2148645161.jpg?_wi=2",
imageAlt: "craft beer glasses variety selection",
},
id: "2", title: "Österreichische Biere", description: "Eine große Auswahl an lokalen und internationalen Craft-Bieren, perfekt kombiniert mit unserer Kulinarik.", tag: "Lokal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-mug-with-foam_23-2148645161.jpg", imageAlt: "craft beer glasses variety selection"},
{
id: "3",
title: "Premium Spirituosen",
description: "Sorgfältig ausgewählte Spirituosen aus aller Welt von Whiskey über Rum bis zu exotischen Destillaten.",
tag: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=5",
imageAlt: "professional bartender cocktail creation",
},
id: "3", title: "Premium Spirituosen", description: "Sorgfältig ausgewählte Spirituosen aus aller Welt von Whiskey über Rum bis zu exotischen Destillaten.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "professional bartender cocktail creation"},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Reservieren",
href: "contact",
},
text: "Reservieren", href: "contact"},
]}
buttonAnimation="slide-up"
/>
@@ -91,26 +71,11 @@ export default function DrinksBarPage() {
tagAnimation="slide-up"
products={[
{
id: "1",
name: "Styrian Apple Spritz",
price: "€14,50",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=6",
imageAlt: "Styrian Apple Spritz",
},
id: "1", name: "Styrian Apple Spritz", price: "€14,50", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "Styrian Apple Spritz"},
{
id: "2",
name: "Classic Vienna Negroni",
price: "€16,00",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=7",
imageAlt: "Classic Vienna Negroni",
},
id: "2", name: "Classic Vienna Negroni", price: "€16,00", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "Classic Vienna Negroni"},
{
id: "3",
name: "Alpine Herbal Cocktail",
price: "€15,50",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=8",
imageAlt: "Alpine Herbal Cocktail",
},
id: "3", name: "Alpine Herbal Cocktail", price: "€15,50", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "Alpine Herbal Cocktail"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -118,9 +83,7 @@ export default function DrinksBarPage() {
useInvertedBackground={false}
buttons={[
{
text: "Gesamtmenü",
href: "contact",
},
text: "Gesamtmenü", href: "contact"},
]}
buttonAnimation="slide-up"
/>
@@ -134,13 +97,9 @@ export default function DrinksBarPage() {
useInvertedBackground={false}
buttons={[
{
text: "Jetzt reservieren",
href: "contact",
},
text: "Jetzt reservieren", href: "contact"},
{
text: "Anrufen",
href: "tel:+433161234567",
},
text: "Anrufen", href: "tel:+433161234567"},
]}
/>
</div>