From 04bb3a0502d602f119a99580054052085239f6a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:39:06 +0000 Subject: [PATCH 1/3] 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 295517f..9ee7b44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg" + imageSrc="http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -136,13 +136,13 @@ export default function LandingPage() { id: 1, title: "Vorsorgeuntersuchungen", description: "Regelmäßige Checks für Ihre Gesundheit.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=1", }, { id: 2, title: "Schwangerschaft", description: "Begleitung von Anfang an.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=2", }, ]} /> @@ -191,7 +191,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Unsere Mission" description="Wir stehen für moderne Medizin, die den Menschen in den Mittelpunkt stellt." - imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=3" mediaAnimation="blur-reveal" bulletPoints={[ { -- 2.49.1 From dc92b13627a1d8f075f0c79d92971aefb597fe3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:39:06 +0000 Subject: [PATCH 2/3] Update src/app/praxis/page.tsx --- src/app/praxis/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/praxis/page.tsx b/src/app/praxis/page.tsx index 5e68d46..8b14b3e 100644 --- a/src/app/praxis/page.tsx +++ b/src/app/praxis/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Über unsere Praxis" description="Unsere Philosophie basiert auf Vertrauen, Respekt und modernster medizinischer Expertise. Wir begleiten Frauen in allen Lebensphasen – von der ersten Beratung bis zur Vorsorge im Alter." - imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=4" /> @@ -61,7 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Moderne Ausstattung" description="Wir nutzen modernste Ultraschallgeräte für Ihre Sicherheit." - imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=5" mediaAnimation="slide-up" bulletPoints={[ { -- 2.49.1 From 68bb5cfa6b9b28dcb023cce9088a5b948498f854 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:39:07 +0000 Subject: [PATCH 3/3] Update src/app/team/page.tsx --- src/app/team/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 8d86352..bcdb96c 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { detail: "Begleitung bei Untersuchungen und Organisation.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg?_wi=2", imageAlt: "modern medical practice interior background", }, ]} @@ -98,7 +98,7 @@ export default function LandingPage() { name: "Dr. Anna", role: "Fachärztin", description: "Expertin für Pränataldiagnostik.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923347.jpg?_wi=6", }, ]} /> -- 2.49.1