From 21c0f4a47ca16c8e914664e3785e188a9297b0db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:23:11 +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 d928b77..317b4f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function LandingPage() { tag="Seit 15+ Jahren für Köln" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg", imageAlt: "Kfz Mechaniker Arbeit"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=1", imageAlt: "Kfz Mechaniker Arbeit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg", imageAlt: "Kfz Werkstatt Team"} + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=2", imageAlt: "Kfz Werkstatt Team"} ]} mediaAnimation="slide-up" rating={5} @@ -88,17 +88,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Inspektion & Wartung", price: "ab 99€", variant: "Basis", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "1", name: "Inspektion & Wartung", price: "ab 99€", variant: "Basis", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=3"}, { - id: "2", name: "TÜV Vorbereitung", price: "auf Anfrage", variant: "Check", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "2", name: "TÜV Vorbereitung", price: "auf Anfrage", variant: "Check", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=4"}, { - id: "3", name: "Reparaturen (Bremsen/Kupplung)", price: "ab 150€", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "3", name: "Reparaturen (Bremsen/Kupplung)", price: "ab 150€", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=5"}, { - id: "4", name: "Ölwechsel inkl. Check", price: "ab 59€", variant: "Schnell", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "4", name: "Ölwechsel inkl. Check", price: "ab 59€", variant: "Schnell", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=6"}, { - id: "5", name: "Diagnose & Fehlersuche", price: "ab 49€", variant: "Technik", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "5", name: "Diagnose & Fehlersuche", price: "ab 49€", variant: "Technik", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=7"}, { - id: "6", name: "Klimaservice & Reifendienst", price: "ab 79€", variant: "Saison", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg"}, + id: "6", name: "Klimaservice & Reifendienst", price: "ab 79€", variant: "Saison", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car_107420-95949.jpg?_wi=8"}, ]} title="Unsere Services im Überblick" description="Alles für Ihr Auto aus einer Hand – fachgerecht und gründlich." -- 2.49.1