Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-05 12:24:25 +00:00

View File

@@ -44,14 +44,14 @@ export default function LandingPage() {
title="Hurikan Deine ehrliche Bierbar in Dúbravka"
description="Gutes Bier, faire Preise, entspannte Atmosphäre. Hier zählt nur eins: Spaß haben und den Abend genießen."
testimonials={[
{ name: "Markus", handle: "@markus", testimonial: "Sehr leckeres Bier, Preise top.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg" },
{ name: "Anna", handle: "@anna", testimonial: "Terrasse sogar bei Regen super nutzbar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg" },
{ name: "Markus", handle: "@markus", testimonial: "Sehr leckeres Bier, Preise top.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg?_wi=1" },
{ name: "Anna", handle: "@anna", testimonial: "Terrasse sogar bei Regen super nutzbar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg?_wi=1" },
{ name: "Thomas", handle: "@thomas", testimonial: "Service manchmal frech aber irgendwie lustig!", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-sitting-bar-holding-glasses-cocktails_23-2147859528.jpg" },
{ name: "Sarah", handle: "@sarah", testimonial: "Perfekt für Eltern Spielplatz gleich daneben.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-young-friends-bar_23-2147680746.jpg" },
{ name: "Peter", handle: "@peter", testimonial: "Positive Überraschung viel besser als erwartet!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg" },
{ name: "Sarah", handle: "@sarah", testimonial: "Perfekt für Eltern Spielplatz gleich daneben.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-young-friends-bar_23-2147680746.jpg?_wi=1" },
{ name: "Peter", handle: "@peter", testimonial: "Positive Überraschung viel besser als erwartet!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg?_wi=1" },
]}
buttons={[{ text: "Mehr erfahren", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/glass-with-beer-copy-space_23-2148600925.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glass-with-beer-copy-space_23-2148600925.jpg?_wi=1"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg", alt: "Markus" },
{ src: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg", alt: "Anna" },
@@ -96,10 +96,10 @@ export default function LandingPage() {
title="Warum Hurikan?"
description="Was uns zur Nummer 1 in Dúbravka macht."
features={[
{ title: "Frisches Bier", description: "Immer perfekt gezapftes Pilsner.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg", buttonIcon: Beer },
{ title: "Große Terrasse", description: "Auch bei Regen ein echter Treffpunkt.", imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg", imageAlt: "Terrasse", buttonIcon: Sun },
{ title: "Kinderfreundlich", description: "Spielplatz direkt nebenan für entspannte Eltern.", imageSrc: "http://img.b2bpic.net/free-photo/three-young-friends-bar_23-2147680746.jpg", imageAlt: "Spielplatz", buttonIcon: Users },
{ title: "Beste Stimmung", description: "Das Wohnzimmer von Dúbravka.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg", imageAlt: "Stimmung", buttonIcon: PartyPopper },
{ title: "Frisches Bier", description: "Immer perfekt gezapftes Pilsner.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg?_wi=2", buttonIcon: Beer },
{ title: "Große Terrasse", description: "Auch bei Regen ein echter Treffpunkt.", imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg?_wi=2", imageAlt: "Terrasse", buttonIcon: Sun },
{ title: "Kinderfreundlich", description: "Spielplatz direkt nebenan für entspannte Eltern.", imageSrc: "http://img.b2bpic.net/free-photo/three-young-friends-bar_23-2147680746.jpg?_wi=2", imageAlt: "Spielplatz", buttonIcon: Users },
{ title: "Beste Stimmung", description: "Das Wohnzimmer von Dúbravka.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg?_wi=2", imageAlt: "Stimmung", buttonIcon: PartyPopper },
]}
/>
</div>
@@ -117,7 +117,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/glass-with-beer-copy-space_23-2148600925.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glass-with-beer-copy-space_23-2148600925.jpg?_wi=2"
logoText="Hurikan Bar"
columns={[
{ title: "Hurikan", items: [{ label: "Über uns", href: "#about" }, { label: "Preise", href: "#pricing" }] },