From 879f755563858c08715f3a35ee9847caf0035955 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 14:41:46 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9cfa5b9..48b5c67 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -74,12 +74,12 @@ export default function HomePage() { { title: "High-Intent Mining", description: "Finding prospects who are actively seeking solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/discussing-statistics_1098-16894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/discussing-statistics_1098-16894.jpg?_wi=1", }, { title: "Deep Personalization", description: "Messaging tailored for the individual, not the list.", - imageSrc: "http://img.b2bpic.net/free-photo/people-teamwork-laptop-technology-working-email-concept_53876-26428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-teamwork-laptop-technology-working-email-concept_53876-26428.jpg?_wi=1", }, { title: "Real-time Monitoring", -- 2.49.1 From 986fff38a364a2e80eb16294c3e85a453675acd8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 14:41:46 +0000 Subject: [PATCH 2/2] Update src/pages/ServicesPage.tsx --- src/pages/ServicesPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ServicesPage.tsx b/src/pages/ServicesPage.tsx index f98e39d..4ae68b7 100644 --- a/src/pages/ServicesPage.tsx +++ b/src/pages/ServicesPage.tsx @@ -63,12 +63,12 @@ export default function ServicesPage() { { title: "Mining", description: "Finding prospects.", - imageSrc: "http://img.b2bpic.net/free-photo/discussing-statistics_1098-16894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/discussing-statistics_1098-16894.jpg?_wi=2", }, { title: "Personalization", description: "Messaging.", - imageSrc: "http://img.b2bpic.net/free-photo/people-teamwork-laptop-technology-working-email-concept_53876-26428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-teamwork-laptop-technology-working-email-concept_53876-26428.jpg?_wi=2", }, ]} /> -- 2.49.1