From 8cf3ac7e0ff839b5d410cfcad14a797bec53ae57 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:50:35 +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 b9b427f..125a443 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { href: "https://www.google.com/maps/dir/?api=1&destination=48.35354,18.024179", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/winter-home-lifestyle-with-cozy-pillows_23-2149304947.jpg" + imageSrc="http://img.b2bpic.net/free-photo/winter-home-lifestyle-with-cozy-pillows_23-2149304947.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Klimatizácia", description: "Dostupná na vyžiadanie (3€/noc).", tag: "Komfort", - imageSrc: "http://img.b2bpic.net/free-photo/winter-home-lifestyle-with-cozy-pillows_23-2149304947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/winter-home-lifestyle-with-cozy-pillows_23-2149304947.jpg?_wi=2", imageAlt: "quiet residential house exterior garden", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { title: "Parkovanie vo dvore", description: "Bezpečné parkovanie za bránou (3€/noc).", tag: "Bezpečnosť", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-enjoying-listening-music_23-2148586218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-enjoying-listening-music_23-2148586218.jpg?_wi=1", imageAlt: "quiet residential house exterior garden", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { title: "Plne vybavená kuchynka", description: "Chladnička, mikrovlnka, varič, kanvica v každej izbe.", tag: "Varenie", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=1", imageAlt: "quiet residential house exterior garden", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { title: "LCD TV", description: "Káblová TV v každej izbe.", tag: "Zábava", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-call_23-2149684485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-call_23-2149684485.jpg?_wi=1", imageAlt: "quiet residential house exterior garden", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { title: "Domáce zvieratá", description: "Povolené po dohode (v klietke).", tag: "Priateľské", - imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-10261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-10261.jpg?_wi=1", imageAlt: "quiet residential house exterior garden", }, ]} @@ -217,25 +217,25 @@ export default function LandingPage() { id: "1", name: "Veľký apartmán (Izba 1)", price: "Dohodou", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-enjoying-listening-music_23-2148586218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-enjoying-listening-music_23-2148586218.jpg?_wi=2", }, { id: "2", name: "Veľký apartmán (Izba 2)", price: "Dohodou", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=2", }, { id: "3", name: "Apartmán (Izba 3)", price: "Dohodou", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-call_23-2149684485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-call_23-2149684485.jpg?_wi=2", }, { id: "4", name: "Apartmán (Izba 4)", price: "Dohodou", - imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-10261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-10261.jpg?_wi=2", }, { id: "5", -- 2.49.1