From 10fb2d379f4a82f66b23d42985d1faab34d30cf3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 18:30:17 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 125065d..812e7af 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,7 +26,12 @@ export default function HomePage() { text: "Heritage", href: "#about", }} - imageSrc="http://img.b2bpic.net/free-photo/macro-cicada-slough-tree_53876-31708.jpg" + avatarsSrc={[ + "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=100&q=80", + "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=100&q=80", + "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=100&q=80" + ]} + names={["Vogue", "GQ", "Vanity Fair"]} />