diff --git a/src/app/page.tsx b/src/app/page.tsx index 99b4282..7aed079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,14 +53,14 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg?_wi=1", }, { name: "Thomas", @@ -74,14 +74,14 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg?_wi=1", }, ]} buttons={[ @@ -90,7 +90,7 @@ export default function LandingPage() { 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", @@ -174,25 +174,25 @@ export default function LandingPage() { { title: "Frisches Bier", description: "Immer perfekt gezapftes Pilsner.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-smartphone-glass-beer_1262-3554.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/men-spending-weekend-pub_329181-18342.jpg?_wi=2", 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", + imageSrc: "http://img.b2bpic.net/free-photo/three-young-friends-bar_23-2147680746.jpg?_wi=2", 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-friends-holding-glasses-drinks-bar_23-2147859561.jpg?_wi=2", buttonIcon: "PartyPopper", }, ]} @@ -219,7 +219,7 @@ export default function LandingPage() {