From 79f84b25fc48a016d9414a99bd6826141def071b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:09:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 141065c..b5802dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,12 @@ export default function LandingPage() { tag="Physiotherapie Konstanz" tagIcon={Heart} tagAnimation="slide-up" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12666.jpg", alt: "Patient 1" }, + { src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-space_179666-13927.jpg", alt: "Patient 2" }, + { src: "http://img.b2bpic.net/free-photo/senior-couple-holding-wine-glasses-hand-looking-each-other_23-2147901504.jpg", alt: "Patient 3" }, + ]} + avatarText="Trusted by 500+ Konstanz patients" buttons={[ { text: "Jetzt kostenlosen Termin sichern", href: "contact" }, { text: "Mehr erfahren", href: "about" }, -- 2.49.1