From 120818399feb3d1cd4100ca7d2426649d415f5fe Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:48:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9965b9b..142ff07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { text: "📩 Angebot anfragen", href: "#contact"}, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/washbasin-with-mirror_1203-47.jpg" + imageSrc="http://img.b2bpic.net/free-photo/washbasin-with-mirror_1203-47.jpg?_wi=1" imageAlt="Modern bathroom renovation" mediaAnimation="slide-up" frameStyle="card" -- 2.49.1 From 13ca824414ae522fcfc20c8209dd04d225b80ea2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:48:51 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index dee2146..508cabb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -74,22 +74,22 @@ export default function ServicesPage() { description="Professionelle Handwerk für alle Ihre Bedürfnisse rund um Bad, Heizung und Dach." features={[ { - title: "Badrenovierung", description: "Komplette Badezimmer-Neugestaltung mit modernem Design und hochwertigen Materialien.", imageSrc: "http://img.b2bpic.net/free-photo/washbasin-with-mirror_1203-47.jpg", imageAlt: "Badezimmer Renovation", buttonIcon: ArrowRight, + title: "Badrenovierung", description: "Komplette Badezimmer-Neugestaltung mit modernem Design und hochwertigen Materialien.", imageSrc: "http://img.b2bpic.net/free-photo/washbasin-with-mirror_1203-47.jpg?_wi=2", imageAlt: "Badezimmer Renovation", buttonIcon: ArrowRight, }, { - title: "Heizungsinstallation", description: "Installation und Wartung von modernen Heizungssystemen für optimalen Komfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg", imageAlt: "Heizungssystem", buttonIcon: ArrowRight, + title: "Heizungsinstallation", description: "Installation und Wartung von modernen Heizungssystemen für optimalen Komfort.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg?_wi=1", imageAlt: "Heizungssystem", buttonIcon: ArrowRight, }, { - title: "Sanitärarbeiten", description: "Fachgerechte Reparatur und Installation aller Sanitärinstallationen.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-modern-faucet-interior-clean_1203-5066.jpg", imageAlt: "Sanitär Arbeiten", buttonIcon: ArrowRight, + title: "Sanitärarbeiten", description: "Fachgerechte Reparatur und Installation aller Sanitärinstallationen.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-modern-faucet-interior-clean_1203-5066.jpg?_wi=1", imageAlt: "Sanitär Arbeiten", buttonIcon: ArrowRight, }, { title: "Dacharbeiten", description: "Professionelle Dachinstallation, Reparatur und Wartung für langfristigen Schutz.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-rooftops-city-buildings-with-red-shingles_181624-12846.jpg", imageAlt: "Dacharbeiten", buttonIcon: ArrowRight, }, { - title: "Neubau-Begleitung", description: "Umfassende Unterstützung bei Neubau-Projekten von Anfang bis Ende.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg", imageAlt: "Neubau Begleitung", buttonIcon: ArrowRight, + title: "Neubau-Begleitung", description: "Umfassende Unterstützung bei Neubau-Projekten von Anfang bis Ende.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg?_wi=2", imageAlt: "Neubau Begleitung", buttonIcon: ArrowRight, }, { - title: "Reparaturen & Wartung", description: "Schnelle und zuverlässige Reparatur- und Wartungsdienste bei Notfällen.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-modern-faucet-interior-clean_1203-5066.jpg", imageAlt: "Reparaturen Wartung", buttonIcon: ArrowRight, + title: "Reparaturen & Wartung", description: "Schnelle und zuverlässige Reparatur- und Wartungsdienste bei Notfällen.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-modern-faucet-interior-clean_1203-5066.jpg?_wi=2", imageAlt: "Reparaturen Wartung", buttonIcon: ArrowRight, }, ]} tag="Leistungen" -- 2.49.1