Bob AI: fix build error in src/pages/HomePage.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-16 14:39:56 +00:00
parent f2be806e89
commit 77bf5ec0c1

View File

@@ -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"]}
/>
</SectionErrorBoundary>
</div>