From 05e7ffe0db4d9ebd69c9b9dff11d8413888daca1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 10 Jun 2026 18:53:08 +0000 Subject: [PATCH] Bob AI: Update the images in the team section cards to feature photos of people. --- src/pages/HomePage/sections/Team.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index 13fb4d8..84c3d9a 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -23,7 +23,7 @@ const teamMembers = [ name: "Emily Rodriguez", role: "SEO Specialist", description: "Emily is our data-driven SEO expert, helping clients achieve top rankings and organic growth.", - imageSrc: "https://picsum.photos/seed/1438612002/1200/800", + imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=800&q=80", } ]; -- 2.49.1