From 15a87cbbb2872ed633d68f977a874aac74075e77 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:24:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5779aa4..b37b91a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 }, ]} /> @@ -117,7 +117,7 @@ export default function LandingPage() {