From 993c8ee13d0ee65e08dc0cd2a6d7e19d3b10c68d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:00:18 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cc67bbf..9062124 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { { value: "24/7/365", title: "Notfall-Verfügbarkeit" }, { value: "~30min", title: "Durchschnittliche Ankunftszeit" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=2" imageAlt="Unser professionelles Team" useInvertedBackground={true} mediaAnimation="slide-up" From 8c724168afe310d9846302bb7158395bdedc7bcd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:00:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ebc14c..b341f31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function HomePage() { { value: "24/7/365", title: "Notfall-Verfügbarkeit" }, { value: "~30min", title: "Durchschnittliche Ankunftszeit" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg" + imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=1" imageAlt="Unser professionelles Team" useInvertedBackground={true} mediaAnimation="slide-up" @@ -149,12 +149,12 @@ export default function HomePage() { description="Echte Bewertungen von zufriedenen Kunden aus der ganzen Schweiz" tag="Testimonials" testimonials={[ - { id: "1", name: "Maria Keller", role: "Hausbesitzerin", company: "Zürich", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Keller" }, - { id: "2", name: "Thomas Müller", role: "Geschäftsführer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Thomas Müller" }, - { id: "3", name: "Sandra Weber", role: "Privatkundin", company: "Basel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sandra Weber" }, - { id: "4", name: "Peter Schmid", role: "Büro-Administrator", company: "Luzern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Peter Schmid" }, - { id: "5", name: "Claudia Bruni", role: "Immobilien-Verwalterin", company: "Winterthur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Claudia Bruni" }, - { id: "6", name: "Johannes Schneider", role: "Restaurant-Betreiber", company: "St. Gallen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Johannes Schneider" }, + { id: "1", name: "Maria Keller", role: "Hausbesitzerin", company: "Zürich", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Keller" }, + { id: "2", name: "Thomas Müller", role: "Geschäftsführer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Thomas Müller" }, + { id: "3", name: "Sandra Weber", role: "Privatkundin", company: "Basel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Sandra Weber" }, + { id: "4", name: "Peter Schmid", role: "Büro-Administrator", company: "Luzern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Peter Schmid" }, + { id: "5", name: "Claudia Bruni", role: "Immobilien-Verwalterin", company: "Winterthur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Claudia Bruni" }, + { id: "6", name: "Johannes Schneider", role: "Restaurant-Betreiber", company: "St. Gallen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Johannes Schneider" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"