From 7196453c659c0a8ea4437051e69c7df7b4df97e0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:42:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe8eb33..ed5659e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,11 +97,11 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hammer-drill-looking-away_23-2148748783.jpg" } }, { - title: "Photovoltaik-Integration", description: "Effiziente PV-Anlagen direkt integriert in Ihr neues Dach.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg" }, + title: "Photovoltaik-Integration", description: "Effiziente PV-Anlagen direkt integriert in Ihr neues Dach.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg" } }, { - title: "Asbestsanierung", description: "Fachgerechte Entsorgung von Asbestdächern nach strengen Richtlinien.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" }, + title: "Asbestsanierung", description: "Fachgerechte Entsorgung von Asbestdächern nach strengen Richtlinien.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-thermal-fog-machine-protect-mosquito-spreading_1150-6183.jpg" } } ]} @@ -133,9 +133,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Herr Z.", handle: "Sturmschaden", testimonial: "Um 7:15 Uhr angerufen, um 8:15 waren zwei Mitarbeiter da. Schaden in 40 Minuten behoben. Wärmste Empfehlung.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg" }, + { id: "1", name: "Herr Z.", handle: "Sturmschaden", testimonial: "Um 7:15 Uhr angerufen, um 8:15 waren zwei Mitarbeiter da. Schaden in 40 Minuten behoben. Wärmste Empfehlung.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=2" }, { id: "2", name: "Frau W.", handle: "Fenstertausch", testimonial: "Velux-Fenster getauscht. Reibungsloser Ablauf, saubere Arbeit. Empfehlungen sind schon raus!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-3159.jpg" }, - { id: "3", name: "Herr E.", handle: "Komplettsanierung", testimonial: "Dach neu gedeckt plus PV-Anlage – alles top. Folgeauftrag ist schon erteilt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" }, + { id: "3", name: "Herr E.", handle: "Komplettsanierung", testimonial: "Dach neu gedeckt plus PV-Anlage – alles top. Folgeauftrag ist schon erteilt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg?_wi=2" }, { id: "4", name: "Frau S.", handle: "Dachsanierung", testimonial: "Sehr professionell, pünktlich und sauber gearbeitet. Sehr gerne wieder.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-showing-okay-signs-winking-praising-good-choice_1258-179188.jpg" }, { id: "5", name: "Herr K.", handle: "Notfallservice", testimonial: "Super schnell bei einem Sturmschaden geholfen. Retter in der Not!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg" }, ]} -- 2.49.1