From c8b6d04459eb4f53230fb4b10da3796f342e6965 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 7 Jun 2026 23:28:00 +0000 Subject: [PATCH] Bob AI: Add trusted by 1000 customers badge to hero --- src/pages/HomePage/sections/Home.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage/sections/Home.tsx b/src/pages/HomePage/sections/Home.tsx index 0f3babc..dc2ebc5 100644 --- a/src/pages/HomePage/sections/Home.tsx +++ b/src/pages/HomePage/sections/Home.tsx @@ -10,18 +10,20 @@ export default function HomeSection(): React.JSX.Element {
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-mix-breads-cookies-with-brown-sugar-cubes_23-2148695485.jpg" + avatarsLabel="Trusted by 1000+ customers" + avatarsSrc={["https://i.pravatar.cc/150?img=1","https://i.pravatar.cc/150?img=2","https://i.pravatar.cc/150?img=3","https://i.pravatar.cc/150?img=4","https://i.pravatar.cc/150?img=5"]} + />
); -- 2.49.1