From 8c3232ddb35ddfad90bc735028a1bb109e55b61e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 919f535..1e46d87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,26 +89,26 @@ export default function LandingPage() { { id: 1, title: "Pranie kanap i sof", description: "Głębokie oczyszczenie każdej warstwy tkaniny. Efekt jak nowe w 1 godzinę.", buttons: [{ text: "Sprawdź cenę" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "modern sofa couch furniture" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg", imageAlt: "modern sofa couch furniture" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg?_wi=1", imageAlt: "modern sofa couch furniture" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions-glass-table_1203-764.jpg?_wi=2", imageAlt: "modern sofa couch furniture" } }, { id: 2, title: "Czyszczenie materacy", description: "Usunięcie kurzu, roztoczy i alergenów. Bezpieczne dla całej rodziny i zwierząt.", buttons: [{ text: "Sprawdź cenę" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg", imageAlt: "bedroom mattress furniture" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg", imageAlt: "bedroom mattress furniture" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg?_wi=1", imageAlt: "bedroom mattress furniture" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg?_wi=2", imageAlt: "bedroom mattress furniture" } }, { id: 3, title: "Pranie dywanów i tapetów", description: "Profesjonalne czyszczenie dywanów orientalnych i nowoczesnych. Świeżość gwarantowana.", buttons: [{ text: "Sprawdź cenę" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grey-felt-texture_1298-489.jpg", imageAlt: "living room carpet rug" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grey-felt-texture_1298-489.jpg", imageAlt: "living room carpet rug" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/grey-felt-texture_1298-489.jpg?_wi=1", imageAlt: "living room carpet rug" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grey-felt-texture_1298-489.jpg?_wi=2", imageAlt: "living room carpet rug" } }, { id: 4, title: "Czyszczenie krzeseł i foteli", description: "Renowacja mebli biurowych i domowych. Przywracamy im świeżość i czystość.", buttons: [{ text: "Sprawdź cenę" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-psd/elegant-orange-velvet-wingback-armchair-with-black-accents_191095-81473.jpg", imageAlt: "upholstered armchair furniture" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/elegant-orange-velvet-wingback-armchair-with-black-accents_191095-81473.jpg", imageAlt: "upholstered armchair furniture" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-psd/elegant-orange-velvet-wingback-armchair-with-black-accents_191095-81473.jpg?_wi=1", imageAlt: "upholstered armchair furniture" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-psd/elegant-orange-velvet-wingback-armchair-with-black-accents_191095-81473.jpg?_wi=2", imageAlt: "upholstered armchair furniture" } } ]} showStepNumbers={true} -- 2.49.1