From 50ebb8d8067e5346a4205d4c652ec5c9467dd548 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:23:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e50513d..f0b6322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/towels-burning-candles_23-2147648533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towels-burning-candles_23-2147648533.jpg?_wi=1", imageAlt: "Salon masażu Bez Stresu", }, { @@ -135,19 +135,19 @@ export default function LandingPage() { { title: "Masaż Relaksacyjny", description: "Całkowite odprężenie dla Twojego ciała i umysłu.", - imageSrc: "http://img.b2bpic.net/free-photo/towels-burning-candles_23-2147648533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towels-burning-candles_23-2147648533.jpg?_wi=2", imageAlt: "professional massage therapist smiling", }, { title: "Masaż Głęboki", description: "Praca z tkankami, ulga w bólu i sztywności.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-gift-box-smiling-white-bathrobe-front-view_176474-21593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-gift-box-smiling-white-bathrobe-front-view_176474-21593.jpg?_wi=1", imageAlt: "professional massage therapist smiling", }, { title: "Masaż Pleców", description: "Konkretna pomoc dla najbardziej obciążonych partii ciała.", - imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg?_wi=1", imageAlt: "professional massage therapist smiling", }, ]} @@ -163,12 +163,12 @@ export default function LandingPage() { { id: "1", name: "Anna Kowalska", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-gift-box-smiling-white-bathrobe-front-view_176474-21593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-gift-box-smiling-white-bathrobe-front-view_176474-21593.jpg?_wi=2", }, { id: "2", name: "Marek Nowak", - imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg?_wi=2", }, { id: "3", -- 2.49.1