From c909e59c7bd4736b2e8a6581003cf4688a6bad63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:13:28 +0000 Subject: [PATCH 1/4] Update src/app/dla-firm/page.tsx --- src/app/dla-firm/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dla-firm/page.tsx b/src/app/dla-firm/page.tsx index fa35386..9743a75 100644 --- a/src/app/dla-firm/page.tsx +++ b/src/app/dla-firm/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=3", imageAlt: "business consultation industrial client", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=4", imageAlt: "business consultation industrial client", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=3", imageAlt: "business consultation industrial client", }, ]} -- 2.49.1 From a37f1fa26818cb1a0fe2fdcd4c6480cd0b842613 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:13:29 +0000 Subject: [PATCH 2/4] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 01ead80..7cf62d8 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=4", imageAlt: "business team discussing workwear needs", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=5", imageAlt: "business team discussing workwear needs", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=4", imageAlt: "business team discussing workwear needs", }, ]} -- 2.49.1 From a5cf1afe278b8a57bbade27dbb6a0e2a0e60c2c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:13:29 +0000 Subject: [PATCH 3/4] Update src/app/oferta/page.tsx --- src/app/oferta/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/oferta/page.tsx b/src/app/oferta/page.tsx index 9ccea56..5dd4df0 100644 --- a/src/app/oferta/page.tsx +++ b/src/app/oferta/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=2", imageAlt: "high quality industrial fabric texture", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=3", imageAlt: "high quality industrial fabric texture", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=2", imageAlt: "high quality industrial fabric texture", }, ]} -- 2.49.1 From f5e1fc263bb20ff946d40160f4401d9d106ecb3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:13:30 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7aac1d..ffc7c86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { }, ]} avatarText="Miła i fachowa obsługa (opinie 5/5)" - imageSrc="http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=1" imageAlt="Warsztat produkcyjny ZPCHR, rękawice i odzież techniczna" mediaAnimation="slide-up" marqueeItems={[ @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-help-calligraphic-with-human-hand-design_460848-9859.jpg?_wi=1", imageAlt: "worker stitching durable fabric", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-silk-sleeve-close-up_23-2148237591.jpg?_wi=2", imageAlt: "worker stitching durable fabric", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-doing-ok-sign-showing-thumbs-up-standing-green-background_141793-117286.jpg?_wi=1", imageAlt: "worker stitching durable fabric", }, { -- 2.49.1