From eeb4a486e12c2410b4e55fc5c8688d3311facff1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 09:02:25 +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 432b36d..7e4e7c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,16 @@ export default function LandingPage() { testimonials={[ { name: "Anna K.", handle: "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", imageAlt: "elegant beauty salon interior white gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/alpine-hotel-hosting-winter-sports_482257-102253.jpg?_wi=1", imageAlt: "elegant beauty salon interior white gold"}, { name: "Magdalena S.", handle: "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", imageAlt: "professional beautician working smiling"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetologist-making-beauty-procedures_1303-26012.jpg?_wi=1", imageAlt: "professional beautician working smiling"}, { name: "Zuzanna B.", handle: "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", imageAlt: "luxurious hair styling treatment"}, + 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"}, { name: "Katarzyna W.", handle: "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", imageAlt: "luxurious facial treatment kobido"}, + imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-happy-woman_23-2147816945.jpg?_wi=1", imageAlt: "luxurious facial treatment kobido"}, { name: "Marta J.", handle: "Klientka", testimonial: "Idealna obsługa, zawsze wychodzę zadowolona i zrelaksowana.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/armchair-couch_1203-772.jpg", imageAlt: "salon interior elegant details"}, @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "Zobrazit služby", 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={[ { @@ -113,7 +113,7 @@ export default function LandingPage() { { title: "Relaks", 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" /> @@ -126,11 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=3"}, ]} title="Nasze usługi" description="Zadbaj o siebie dzięki naszej szerokiej ofercie zabiegów pielęgnacyjnych." -- 2.49.1