Merge version_1 into main #2
@@ -55,7 +55,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -76,42 +76,26 @@ export default function AboutPage() {
|
||||
tag="Seit 20 Jahren"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=3",
|
||||
imageAlt: "Restaurant Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg?_wi=6",
|
||||
imageAlt: "Wine Selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg", imageAlt: "Wine Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg?_wi=2",
|
||||
imageAlt: "Terrace Seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg", imageAlt: "Terrace Seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg?_wi=4",
|
||||
imageAlt: "Brunch Experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg", imageAlt: "Brunch Experience"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg?_wi=5",
|
||||
imageAlt: "Wiener Schnitzel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg", imageAlt: "Wiener Schnitzel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg?_wi=4",
|
||||
imageAlt: "Beef Goulash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg", imageAlt: "Beef Goulash"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=9",
|
||||
imageAlt: "Signature Cocktails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "Signature Cocktails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg?_wi=7",
|
||||
imageAlt: "Apple Strudel Dessert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg", imageAlt: "Apple Strudel Dessert"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Tisch reservieren", href: "contact" },
|
||||
@@ -131,26 +115,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentische steirische Küche",
|
||||
description: "Traditionelle österreichische Gerichte mit lokalen Zutaten, von unseren erfahrenen Köchen handwerklich zubereitet.",
|
||||
tag: "Kulinarik",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg?_wi=6",
|
||||
},
|
||||
id: "1", title: "Authentische steirische Küche", description: "Traditionelle österreichische Gerichte mit lokalen Zutaten, von unseren erfahrenen Köchen handwerklich zubereitet.", tag: "Kulinarik", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Umfangreiche Weinkarte",
|
||||
description: "Über 300 Weine aus Österreich und international, mit Sommeliers, die Sie bei der Auswahl beraten.",
|
||||
tag: "Weine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg?_wi=8",
|
||||
},
|
||||
id: "2", title: "Umfangreiche Weinkarte", description: "Über 300 Weine aus Österreich und international, mit Sommeliers, die Sie bei der Auswahl beraten.", tag: "Weine", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gemütliches Ambiente",
|
||||
description: "Ein moderner Raum mit warmem Holz und traditionellen Elementen schafft eine einladende Atmosphäre.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=4",
|
||||
},
|
||||
id: "3", title: "Gemütliches Ambiente", description: "Ein moderner Raum mit warmem Holz und traditionellen Elementen schafft eine einladende Atmosphäre.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -169,53 +138,23 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Hoffmann",
|
||||
role: "Gast",
|
||||
company: "Wien",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Maria Hoffmann", role: "Gast", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas Steiner",
|
||||
role: "Gast",
|
||||
company: "Graz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Thomas Steiner", role: "Gast", company: "Graz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Koch",
|
||||
role: "Gast",
|
||||
company: "Linz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Elena Koch", role: "Gast", company: "Linz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Werner",
|
||||
role: "Gast",
|
||||
company: "Salzburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Michael Werner", role: "Gast", company: "Salzburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Bauer",
|
||||
role: "Gast",
|
||||
company: "Innsbruck",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Anna Bauer", role: "Gast", company: "Innsbruck", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patrick Meier",
|
||||
role: "Gast",
|
||||
company: "Klagenfurt",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "Patrick Meier", role: "Gast", company: "Klagenfurt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5,000+", label: "Zufriedene Gäste pro Jahr" },
|
||||
|
||||
@@ -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>
|
||||
|
||||
185
src/app/page.tsx
185
src/app/page.tsx
@@ -58,7 +58,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -79,42 +79,26 @@ export default function HomePage() {
|
||||
tag="Seit 20 Jahren"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=1",
|
||||
imageAlt: "Restaurant Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg?_wi=1",
|
||||
imageAlt: "Wine Selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg", imageAlt: "Wine Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg?_wi=1",
|
||||
imageAlt: "Terrace Seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-sits-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-speaking-phone-smiling-camera_197531-669.jpg", imageAlt: "Terrace Seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg?_wi=1",
|
||||
imageAlt: "Brunch Experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg", imageAlt: "Brunch Experience"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg?_wi=1",
|
||||
imageAlt: "Wiener Schnitzel",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg", imageAlt: "Wiener Schnitzel"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg?_wi=1",
|
||||
imageAlt: "Beef Goulash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg", imageAlt: "Beef Goulash"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=1",
|
||||
imageAlt: "Signature Cocktails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg", imageAlt: "Signature Cocktails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg?_wi=1",
|
||||
imageAlt: "Apple Strudel Dessert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg", imageAlt: "Apple Strudel Dessert"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Tisch reservieren", href: "/" },
|
||||
@@ -134,40 +118,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentische steirische Küche",
|
||||
description: "Traditionelle österreichische Gerichte mit lokalen Zutaten, von unseren erfahrenen Köchen handwerklich zubereitet.",
|
||||
tag: "Kulinarik",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Authentische steirische Küche", description: "Traditionelle österreichische Gerichte mit lokalen Zutaten, von unseren erfahrenen Köchen handwerklich zubereitet.", tag: "Kulinarik", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Umfangreiche Weinkarte",
|
||||
description: "Über 300 Weine aus Österreich und international, mit Sommeliers, die Sie bei der Auswahl beraten.",
|
||||
tag: "Weine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Umfangreiche Weinkarte", description: "Über 300 Weine aus Österreich und international, mit Sommeliers, die Sie bei der Auswahl beraten.", tag: "Weine", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gemütliches Ambiente",
|
||||
description: "Ein moderner Raum mit warmem Holz und traditionellen Elementen schafft eine einladende Atmosphäre.",
|
||||
tag: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Gemütliches Ambiente", description: "Ein moderner Raum mit warmem Holz und traditionellen Elementen schafft eine einladende Atmosphäre.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Craft Cocktails & Biere",
|
||||
description: "Meisterhafte Cocktails von unseren Barkeepern sowie eine große Auswahl österreichischer und internationaler Biere.",
|
||||
tag: "Bar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg?_wi=2",
|
||||
},
|
||||
id: "4", title: "Craft Cocktails & Biere", description: "Meisterhafte Cocktails von unseren Barkeepern sowie eine große Auswahl österreichischer und internationaler Biere.", tag: "Bar", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-serving-cocktail-stainless-martini-glass_23-2148209396.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Brunch, Mittag & Dinner",
|
||||
description: "Von entspanntem Brunch über Businesslunch bis zum romantischen Dinner – wir haben für jeden Anlass das Richtige.",
|
||||
tag: "Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg?_wi=2",
|
||||
},
|
||||
id: "5", title: "Brunch, Mittag & Dinner", description: "Von entspanntem Brunch über Businesslunch bis zum romantischen Dinner – wir haben für jeden Anlass das Richtige.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -186,23 +145,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Wiener Schnitzel",
|
||||
price: "€26,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Wiener Schnitzel", price: "€26,50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-schnitzel-with-tomato-greens-pomegranate-sauce-plate_141793-3615.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rindergulasch",
|
||||
price: "€24,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Rindergulasch", price: "€24,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-mushroom-sauce-with-herbs_141793-4076.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Apfelstrudel",
|
||||
price: "€9,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Apfelstrudel", price: "€9,50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cake-sprinkled-with-sugar_23-2148413974.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -222,26 +169,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Steirische Weine",
|
||||
description: "Frische Weißweine und elegante Rotweine aus der Steiermark – das Herzland des österreichischen Weinbaus.",
|
||||
tag: "Regional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Steirische Weine", description: "Frische Weißweine und elegante Rotweine aus der Steiermark – das Herzland des österreichischen Weinbaus.", tag: "Regional", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Internationale Selektion",
|
||||
description: "Exquisite Weine aus Bordeaux, Burgund, Italien, Spanien und anderen renommierten Weingegenden weltweit.",
|
||||
tag: "Weltweit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Internationale Selektion", description: "Exquisite Weine aus Bordeaux, Burgund, Italien, Spanien und anderen renommierten Weingegenden weltweit.", tag: "Weltweit", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-pouring-wine-into-carafe_23-2149706763.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sommelier-Empfehlungen",
|
||||
description: "Unsere erfahrenen Sommeliers helfen Ihnen bei der Auswahl des perfekten Weins zu Ihrem Essen.",
|
||||
tag: "Expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Sommelier-Empfehlungen", description: "Unsere erfahrenen Sommeliers helfen Ihnen bei der Auswahl des perfekten Weins zu Ihrem Essen.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1204.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -260,53 +192,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Hoffmann",
|
||||
role: "Gast",
|
||||
company: "Wien",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Maria Hoffmann", role: "Gast", company: "Wien", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas Steiner",
|
||||
role: "Gast",
|
||||
company: "Graz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Thomas Steiner", role: "Gast", company: "Graz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Koch",
|
||||
role: "Gast",
|
||||
company: "Linz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Elena Koch", role: "Gast", company: "Linz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Werner",
|
||||
role: "Gast",
|
||||
company: "Salzburg",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Michael Werner", role: "Gast", company: "Salzburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Bauer",
|
||||
role: "Gast",
|
||||
company: "Innsbruck",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Anna Bauer", role: "Gast", company: "Innsbruck", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patrick Meier",
|
||||
role: "Gast",
|
||||
company: "Klagenfurt",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Patrick Meier", role: "Gast", company: "Klagenfurt", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5,000+", label: "Zufriedene Gäste pro Jahr" },
|
||||
@@ -330,26 +232,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Private Anlässe",
|
||||
description: "Von Geburtstagen bis zu Hochzeiten – wir gestalten Ihren besonderen Tag unvergesslich mit traditioneller steirischer Kulinarik.",
|
||||
tag: "Feiern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Private Anlässe", description: "Von Geburtstagen bis zu Hochzeiten – wir gestalten Ihren besonderen Tag unvergesslich mit traditioneller steirischer Kulinarik.", tag: "Feiern", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Geschäftliche Events",
|
||||
description: "Perfekt für Geschäftslunches, Firmenveranstaltungen und Teambuilding mit professionellem Service und modernem Ambiente.",
|
||||
tag: "Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Geschäftliche Events", description: "Perfekt für Geschäftslunches, Firmenveranstaltungen und Teambuilding mit professionellem Service und modernem Ambiente.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gruppenbuchungen",
|
||||
description: "Gruppen und Reisegruppen sind herzlich willkommen. Spezielle Menüs und Arrangements auf Anfrage.",
|
||||
tag: "Gruppen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Gruppenbuchungen", description: "Gruppen und Reisegruppen sind herzlich willkommen. Spezielle Menüs und Arrangements auf Anfrage.", tag: "Gruppen", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893502.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user