From 5de52be45495c76cb11cbefd13bc03752d91113c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 10 Jun 2026 18:39:19 +0000 Subject: [PATCH 1/2] Bob AI: Update team section background to be transparent to match si --- src/pages/HomePage/sections/Team.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index d41d707..291ada6 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -11,25 +11,25 @@ const teamMembers = [ name: "Sarah Jenkins", role: "Head of Strategy", description: "Sarah leads our strategic initiatives, ensuring every campaign aligns with our clients' core objectives.", - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/1942868296/1200/800", }, { name: "Michael Chen", role: "Lead Designer", description: "Michael brings brands to life with his exceptional eye for design and user experience.", - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/524311708/1200/800", }, { name: "Emily Rodriguez", role: "SEO Specialist", description: "Emily is our data-driven SEO expert, helping clients achieve top rankings and organic growth.", - imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&q=80&w=800", + imageSrc: "https://picsum.photos/seed/1438612002/1200/800", } ]; export default function TeamSection() { return ( -
+
-- 2.49.1 From 9aa9fbae0d666368cd91b2c17dc9770181af1c08 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 10 Jun 2026 18:40:07 +0000 Subject: [PATCH 2/2] Bob AI: fix build errors (attempt 1) --- src/pages/HomePage/sections/Team.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index 291ada6..9795706 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -29,10 +29,10 @@ const teamMembers = [ export default function TeamSection() { return ( -
+
-
- +
+ - -

+ +

The creative minds and strategic thinkers driving your digital success.

@@ -51,7 +51,7 @@ export default function TeamSection() {
{teamMembers.map((member, index) => ( - +