From 46d87e08a8ed92a183c17be2fd66388cd247b708 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:28:30 +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 37b23de..30d8273 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", imageAlt: "carpentry workshop wooden interior"}, + 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"}, { imageSrc: "http://img.b2bpic.net/free-photo/people-working-construction-site_23-2151889140.jpg", imageAlt: "custom wooden house project"}, { @@ -68,11 +68,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Dach", 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"}, + tag: "Dach", 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?_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"}, + 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?_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"}, + 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?_wi=1"}, ]} title="Unsere Leistungen" description="Qualitätshandwerk aus Hannover für Ihr Zuhause." @@ -107,16 +107,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-chisel-carpentry-tools-used-wood-work_342744-820.jpg", imageAlt: "carpentry roof frame assembly"}, { id: "t2", name: "Erika Muster", role: "Kundin", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carpenters-hands-planing-plank-wood-with-hand-plane_93675-134833.jpg", imageAlt: "carpentry roof frame assembly"}, + 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"}, { id: "t3", name: "Bernd Beispiel", role: "Kunde", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", imageAlt: "carpentry roof frame assembly"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg?_wi=2", imageAlt: "carpentry roof frame assembly"}, { id: "t4", name: "Petra Privat", role: "Kundin", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg", imageAlt: "carpentry roof frame assembly"}, + imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3015.jpg?_wi=2", imageAlt: "carpentry roof frame assembly"}, { id: "t5", name: "Dieter Dorf", role: "Kunde", company: "Hannover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg", imageAlt: "carpentry roof frame assembly"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-view-wooden-house-construction_23-2148748793.jpg?_wi=2", imageAlt: "carpentry roof frame assembly"}, ]} title="Kundenbewertungen" description="Was unsere Kunden über unsere Arbeit sagen." -- 2.49.1