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" 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"