From 5341ebe0b8a98c8f12d0f87af3639b54d9853217 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 09:01:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70feea2..52be769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { role: "Klientka", testimonial: "Najlepsze miejsce w Cieszynie! Atmosfera i profesjonalizm na najwyższym poziomie.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg?_wi=1", imageAlt: "elegant beauty salon interior white gold", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { role: "Klientka", testimonial: "Wspaniałe rytuały na włosy, poczułam się jak w prawdziwym SPA.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=1", imageAlt: "professional beautician working smiling", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { role: "Klientka", testimonial: "Profesjonalizm i troska o klienta. Polecam każdemu!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=1", imageAlt: "luxurious hair styling treatment", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { role: "Klientka", testimonial: "Rewelacyjny masaż Kobido, bardzo relaksujące miejsce.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=1", imageAlt: "luxurious facial treatment kobido", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg" + imageSrc="http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg?_wi=2" imageAlt="Elegancki salon Fabryka Urody" avatars={[ { @@ -177,7 +177,7 @@ export default function LandingPage() { description: "Unikalne rytuały Head Spa w kameralnej atmosferze.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -193,19 +193,19 @@ export default function LandingPage() { id: "f1", title: "Fryzjerstwo", description: "Profesjonalne cięcia, koloryzacje premium i pielęgnacja włosów.", - imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=2", }, { id: "f2", title: "Kosmetologia", description: "Masaże Kobido, pielęgnacja twarzy, manicure i pedicure.", - imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=2", }, { id: "f3", title: "Specjalne Rytuały", description: "Head Spa, masaże transbukalne oraz onkologiczne masaże.", - imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueeyed-curly-blonde-woman-black-silk-blouse-touches-hair-looks-into-camera-pretty-lady-p_197531-33670.jpg?_wi=3", }, ]} title="Nasze usługi" -- 2.49.1