From 832b3ef26bfdb3cf0e7b8977e70344d2b0f170ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:19:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 055fb58..a399443 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="⭐ 5.0 opinie (30 recenzji)" buttons={[{ text: "Zadzwoń teraz", href: "tel:+48780184348" }, { text: "Umów wizytę", href: "#contact" }]} - leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-with-face-mask_23-2148815305.jpg" }]} - rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-massaged-spa_23-2149871291.jpg" }]} + leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-with-face-mask_23-2148815305.jpg?_wi=1" }]} + rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-massaged-spa_23-2149871291.jpg?_wi=1" }]} /> @@ -71,7 +71,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[{ title: "Zabiegi twarzy", description: "Laser, peeling, mikrodermabrazja, mezoterapia.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-with-face-mask_23-2148815305.jpg" }, { title: "Zabiegi ciała", description: "Modelowanie figury, depilacja, zabiegi upiększające.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-massaged-spa_23-2149871291.jpg" }, { title: "Podologia", description: "Specjalistyczne zabiegi stóp, pedicure medyczne.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71396.jpg" }]} + features={[{ title: "Zabiegi twarzy", description: "Laser, peeling, mikrodermabrazja, mezoterapia.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-with-face-mask_23-2148815305.jpg?_wi=2" }, { title: "Zabiegi ciała", description: "Modelowanie figury, depilacja, zabiegi upiększające.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-massaged-spa_23-2149871291.jpg?_wi=2" }, { title: "Podologia", description: "Specjalistyczne zabiegi stóp, pedicure medyczne.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-performs-ultrasound-therapy-female-patient-knee-joint-rehabilitation_169016-71396.jpg" }]} /> -- 2.49.1