From 9e0adcd77ce2aeecfa7ab68b793844d7d128718b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:16:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa8881e..ae3d5b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,35 +116,35 @@ export default function HomePage() { id: "1", title: "PPC Campaigns", tags: ["Google Ads", "High ROI"], - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=1", imageAlt: "PPC Campaign Strategy", }, { id: "2", title: "SEO Optimization", tags: ["Organic Growth", "Rankings"], - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=1", imageAlt: "SEO Analytics Dashboard", }, { id: "3", title: "Content Marketing", tags: ["Strategic", "Engaging"], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg?_wi=1", imageAlt: "Content Creation Process", }, { id: "4", title: "Email Marketing", tags: ["Automation", "Conversion"], - imageSrc: "http://img.b2bpic.net/free-vector/mobile-email-marketing-advertising-campaign-newsletter-subscription-digital-promotion-sending-ad-target-consumers-send-messages-invite-people-message-notifications-attractive-offers_1150-55257.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-email-marketing-advertising-campaign-newsletter-subscription-digital-promotion-sending-ad-target-consumers-send-messages-invite-people-message-notifications-attractive-offers_1150-55257.jpg?_wi=1", imageAlt: "Email Campaign Management", }, { id: "5", title: "Paid Advertising", tags: ["Multi-Channel", "Targeted"], - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=2", imageAlt: "Multi-Channel Advertising", }, ]} -- 2.49.1 From f099e3ed1a9fce6efdc1be29d0a0ec4fee9b5f05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:16:17 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 571cfe1..fe81d57 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,35 +48,35 @@ export default function ServicesPage() { id: "1", title: "PPC Campaigns", tags: ["Google Ads", "High ROI", "Conversion Focused"], - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=3", imageAlt: "PPC Campaign Strategy", }, { id: "2", title: "SEO Optimization", tags: ["Organic Growth", "Rankings", "Long-term Value"], - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop_53876-163211.jpg?_wi=2", imageAlt: "SEO Analytics Dashboard", }, { id: "3", title: "Content Marketing", tags: ["Strategic", "Engaging", "Brand Building"], - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businesswoman-working-computer-office-place-your-text-ideal-blog-flat-lay-white-background_639032-1378.jpg?_wi=2", imageAlt: "Content Creation Process", }, { id: "4", title: "Email Marketing", tags: ["Automation", "Conversion", "Retention"], - imageSrc: "http://img.b2bpic.net/free-vector/mobile-email-marketing-advertising-campaign-newsletter-subscription-digital-promotion-sending-ad-target-consumers-send-messages-invite-people-message-notifications-attractive-offers_1150-55257.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-email-marketing-advertising-campaign-newsletter-subscription-digital-promotion-sending-ad-target-consumers-send-messages-invite-people-message-notifications-attractive-offers_1150-55257.jpg?_wi=2", imageAlt: "Email Campaign Management", }, { id: "5", title: "Paid Advertising", tags: ["Multi-Channel", "Targeted", "Performance"], - imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=4", imageAlt: "Multi-Channel Advertising", }, ]} -- 2.49.1