From 29ae809ccc946736ed983e08129a71ae285a404b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:38 +0000 Subject: [PATCH 1/4] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 31b7723..35a8d77 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { "Tak, dla klientów wykonujących naprawy powypadkowe oferujemy wynajęcie pojazdu zastępczego. Szczegóły dostępne po kontakcie telefonicznym.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=2" imageAlt="Konsultant serwisu Moto Sowa" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 54beec17c0b9273219e50b35ec81fbdce8a31437 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:39 +0000 Subject: [PATCH 2/4] Update src/app/o-nas/page.tsx --- src/app/o-nas/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx index f7fd85e..8976e2f 100644 --- a/src/app/o-nas/page.tsx +++ b/src/app/o-nas/page.tsx @@ -73,7 +73,7 @@ export default function AboutPage() { company: "Nowy Sącz", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Piotr Lewandowski", }, { @@ -83,7 +83,7 @@ export default function AboutPage() { company: "Transport Plus", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Anna Kowalski", }, { @@ -93,7 +93,7 @@ export default function AboutPage() { company: "Właściciel prywatny", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", + "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=2", imageAlt: "Marek Szymański", }, ]} -- 2.49.1 From c882202ba3d86277614d85613385661ff55a0f7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:39 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3420ac8..59eac6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=1", imageAlt: "Profesjonalny warsztat Moto Sowa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=1", imageAlt: "Diagnostyka komputerowa samochodów", }, { @@ -129,7 +129,7 @@ export default function HomePage() { "Wymiana, wyważanie i naprawy opon. Serwis ogumienia. Regulacja geometrii kół i zawieszenia.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=2" imageAlt="Warsztat serwisowy Moto Sowa" mediaAnimation="slide-up" useInvertedBackground={false} @@ -150,7 +150,7 @@ export default function HomePage() { company: "Nowy Sącz", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Piotr Lewandowski", }, { @@ -160,7 +160,7 @@ export default function HomePage() { company: "Transport Plus", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Anna Kowalski", }, { @@ -170,7 +170,7 @@ export default function HomePage() { company: "Właściciel prywatny", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", + "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=1", imageAlt: "Marek Szymański", }, { @@ -248,7 +248,7 @@ export default function HomePage() { "Rezerwacje przyjmujemy telefonicznie pod numerem 18 443-23-66, mailowo lub poprzez formularz na naszej stronie. Staramy się umieścić nowych klientów możliwie szybko.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=1" imageAlt="Konsultant serwisu Moto Sowa" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 20bf16de3d9619dc8e03cf39b5f8f8cacc8868ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:40:40 +0000 Subject: [PATCH 4/4] Update src/app/serwis/page.tsx --- src/app/serwis/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/serwis/page.tsx b/src/app/serwis/page.tsx index f51f96d..97d6675 100644 --- a/src/app/serwis/page.tsx +++ b/src/app/serwis/page.tsx @@ -62,7 +62,7 @@ export default function ServicesPage() { "Naprawy powypadkowe z możliwością wynajmu pojazdu zastępczego. Profesjonalna naprawa blach i lakiernictwo wysokiej jakości. Współpraca z ubezpieczalniami.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg?_wi=2" imageAlt="Warsztat diagnostyczny Moto Sowa" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1