From 77bf5ec0c1647de58bcc87507da05e406f13bb54 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 14:39:56 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 25e65d1..0303a15 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -23,7 +23,13 @@ export default function HomePage() { text: "En savoir plus", href: "#about", }} - imageSrc="http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159884.jpg" + avatarsSrc={[ + "https://i.pravatar.cc/150?img=1", + "https://i.pravatar.cc/150?img=2", + "https://i.pravatar.cc/150?img=3", + ]} + avatarText="Recommandé par nos patients" + names={["Marie", "Jean", "Sophie"]} />