From f8150f67f670e1aa4af1a12df130809b8b5728b0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ab1cc..f50146d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,27 +91,27 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3951.jpg?_wi=1", imageAlt: "Mechanik pracuje przy silniku samochodu", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-dressed-uniform-holds-crowbar-sits-old-car-tires-garage_613910-19539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-dressed-uniform-holds-crowbar-sits-old-car-tires-garage_613910-19539.jpg?_wi=1", imageAlt: "Samochód podniesiony na podnośniku w warsztacie", }, { id: "hero-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171245.jpg?_wi=1", imageAlt: "Mechanik używa komputera diagnostycznego", }, { id: "hero-carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg?_wi=1", imageAlt: "Detail dłoni mechanika sprawdzającego poziom płynów", }, { id: "hero-carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg?_wi=1", imageAlt: "Samochód na podnośniku w tle narzędzia warsztatowe", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { description: "Wymiana rozrządu, uszczelki pod głowicą, usuwanie usterek. Fachowa robota z użyciem części dobrej jakości.", bentoComponent: "reveal-icon", icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service_627829-3951.jpg?_wi=2", imageAlt: "Expert uses light to check car on lift", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { description: "Amortyzatory, wahacze, drążki, przeguby. Bezpieczeństwo i komfort jazdy to nie opcja – to konieczność.", bentoComponent: "reveal-icon", icon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-dressed-uniform-holds-crowbar-sits-old-car-tires-garage_613910-19539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-dressed-uniform-holds-crowbar-sits-old-car-tires-garage_613910-19539.jpg?_wi=2", imageAlt: "Expert uses light to check car on lift", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { description: "Klocki, tarcze, bębny, płyn hamulcowy. Nie czekaj z hamulcami – reaguj natychmiast.", bentoComponent: "reveal-icon", icon: Cog, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171245.jpg?_wi=2", imageAlt: "Expert uses light to check car on lift", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { description: "Napełnianie i serwis klimatyzacji, termostaty, chłodnice. Komfort przez cały rok.", bentoComponent: "reveal-icon", icon: Gauge, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg?_wi=2", imageAlt: "Expert uses light to check car on lift", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Regularne przeglądy serwisowe, wymiana oleju, filtrów. Dbamy o Twoje auto systematycznie.", bentoComponent: "reveal-icon", icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg?_wi=2", imageAlt: "Expert uses light to check car on lift", }, ]} -- 2.49.1