From 0dde2fafd18be1108384ef235c0017e7c6a14bf9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:12 +0000 Subject: [PATCH 1/4] Update src/app/inwestycje/page.tsx --- src/app/inwestycje/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/inwestycje/page.tsx b/src/app/inwestycje/page.tsx index ded2b76..85c8e3b 100644 --- a/src/app/inwestycje/page.tsx +++ b/src/app/inwestycje/page.tsx @@ -83,7 +83,7 @@ export default function InvestmentsPage() { price: "Od 450 000 zł", rating: 5, reviewCount: "26 lokali", - imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg?_wi=2", imageAlt: "Zielone Osiedle Kobyłka" }, { @@ -93,7 +93,7 @@ export default function InvestmentsPage() { price: "Od 550 000 zł", rating: 5, reviewCount: "34 lokale", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Marki Prestige" }, { @@ -103,7 +103,7 @@ export default function InvestmentsPage() { price: "Od 480 000 zł", rating: 5, reviewCount: "18 lokali", - imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg?_wi=3", imageAlt: "Centrum Ząbki" } ]} -- 2.49.1 From 07d69ad819350c695f3a29e4ec5a071e0e3866ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:13 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36f4900..81f3d0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function HomePage() { price: "Od 450 000 zł", rating: 5, reviewCount: "26 lokali", - imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg?_wi=1", imageAlt: "Zielone Osiedle Kobyłka" }, { @@ -115,7 +115,7 @@ export default function HomePage() { price: "Od 550 000 zł", rating: 5, reviewCount: "34 lokale", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Marki Prestige" } ]} @@ -213,7 +213,7 @@ export default function HomePage() { tag: "Zielone Osiedle", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg", avatarAlt: "Rodzina Kowalskich", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=1", imageAlt: "Salon Zielone Osiedle" }, { @@ -225,7 +225,7 @@ export default function HomePage() { tag: "Marki Prestige", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Pan Adam Nowak", - imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=1", imageAlt: "Kuchnia Marki Prestige" }, { @@ -237,7 +237,7 @@ export default function HomePage() { tag: "Inwestycja", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", avatarAlt: "Pani Ewa Lewandowska", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg?_wi=1", imageAlt: "Sypialnia Premium" }, { -- 2.49.1 From 1366acdf7f4159cbd98e339a5645696c852f48dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:14 +0000 Subject: [PATCH 3/4] Update src/app/wynajem/page.tsx --- src/app/wynajem/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/wynajem/page.tsx b/src/app/wynajem/page.tsx index 0e096f5..78d2893 100644 --- a/src/app/wynajem/page.tsx +++ b/src/app/wynajem/page.tsx @@ -83,7 +83,7 @@ export default function RentalPage() { price: "3 500 zł/msc", rating: 5, reviewCount: "8 dostępnych", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3", imageAlt: "Apartament 2-pokojowy" }, { @@ -93,7 +93,7 @@ export default function RentalPage() { price: "5 000 zł/msc", rating: 5, reviewCount: "5 dostępnych", - imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sun-shines-happy-son-mom-having-fun-while-they-play-outside_8353-5355.jpg?_wi=4", imageAlt: "Apartament 3-pokojowy Premium" } ]} -- 2.49.1 From 48c9957f5dd025117b3e57d8e9d4c7f786d92028 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:15 +0000 Subject: [PATCH 4/4] Update src/app/zrealizowane/page.tsx --- src/app/zrealizowane/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/zrealizowane/page.tsx b/src/app/zrealizowane/page.tsx index 4f9d772..627bec8 100644 --- a/src/app/zrealizowane/page.tsx +++ b/src/app/zrealizowane/page.tsx @@ -85,7 +85,7 @@ export default function CompletedProjectsPage() { tag: "Zielone Osiedle", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-family-nature_1098-1236.jpg", avatarAlt: "Rodzina Kowalskich", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=2", imageAlt: "Salon Zielone Osiedle" }, { @@ -97,7 +97,7 @@ export default function CompletedProjectsPage() { tag: "Marki Prestige", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Pan Adam Nowak", - imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/part-modern-kitchen-interior-with-oven_169016-19754.jpg?_wi=2", imageAlt: "Kuchnia Marki Prestige" }, { @@ -109,7 +109,7 @@ export default function CompletedProjectsPage() { tag: "Inwestycja", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", avatarAlt: "Pani Ewa Lewandowska", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg?_wi=2", imageAlt: "Sypialnia Premium" } ]} -- 2.49.1