From 081d5a46ec873b7bbaec47ec181e9aadf88098e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:27:39 +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 9ba14ed..358c16d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { description="Premium Holzbau & Dacharbeiten in Hannover" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/carpenters-hands-planing-plank-wood-with-hand-plane_93675-134833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenters-hands-planing-plank-wood-with-hand-plane_93675-134833.jpg?_wi=1", imageAlt: "carpentry workshop wooden interior", }, { @@ -82,21 +82,21 @@ export default function LandingPage() { title: "Dachsanierung", subtitle: "Steil- und Flachdächer", description: "Professionelle Sanierung von Steil- und Flachdächern mit höchster Präzision.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg?_wi=1", }, { tag: "Holz", title: "Holzbau", subtitle: "Nach Maß", description: "Carports, Terrassen und individuelle Holzkonstruktionen nach Maß.", - imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg?_wi=1", }, { tag: "Innenausbau", title: "Innenausbau", subtitle: "Modern", description: "Moderne Ausbauarbeiten mit hochwertigen Materialien.", - imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg?_wi=1", }, ]} title="Unsere Leistungen" @@ -151,7 +151,7 @@ export default function LandingPage() { role: "Kundin", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carpenters-hands-planing-plank-wood-with-hand-plane_93675-134833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenters-hands-planing-plank-wood-with-hand-plane_93675-134833.jpg?_wi=2", imageAlt: "carpentry roof frame assembly", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { role: "Kunde", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg?_wi=2", imageAlt: "carpentry roof frame assembly", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { role: "Kundin", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg?_wi=2", imageAlt: "carpentry roof frame assembly", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { role: "Kunde", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg?_wi=2", imageAlt: "carpentry roof frame assembly", }, ]} -- 2.49.1