From 984395c4fc55a5e7cd247c6547656c5eda61ec2b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 13:58:29 +0000 Subject: [PATCH 1/2] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 1428baf..c623f62 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -84,7 +84,7 @@ export default function FeaturesPage() { id: "ai-optimizer", name: "AI Campaign Optimizer", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-digital-tablet-with-digital-marketing-graph_9975-22063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-digital-tablet-with-digital-marketing-graph_9975-22063.jpg?_wi=2", imageAlt: "AI Campaign Optimizer interface", initialQuantity: 1 }, @@ -92,7 +92,7 @@ export default function FeaturesPage() { id: "analytics-suite", name: "Analytics Suite", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=2", imageAlt: "Advanced analytics dashboard", initialQuantity: 1 }, @@ -100,7 +100,7 @@ export default function FeaturesPage() { id: "audience-tools", name: "Audience Intelligence", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/demographic-census-concept-representation_23-2149093906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/demographic-census-concept-representation_23-2149093906.jpg?_wi=2", imageAlt: "Audience intelligence tools", initialQuantity: 1 } From dba8056d8a18b2e242a1ed14b6f6a1cdcb439e9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 13:58:30 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6f142b..6d21148 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function HomePage() { id: "arbuz-optimizer", name: "Campaign Optimizer", price: "$299/month", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-digital-tablet-with-digital-marketing-graph_9975-22063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-digital-tablet-with-digital-marketing-graph_9975-22063.jpg?_wi=1", imageAlt: "Campaign Optimizer dashboard interface", initialQuantity: 1 }, @@ -161,7 +161,7 @@ export default function HomePage() { id: "arbuz-insights", name: "Performance Insights", price: "$199/month", - imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=1", imageAlt: "Performance Insights analytics dashboard", initialQuantity: 1 }, @@ -169,7 +169,7 @@ export default function HomePage() { id: "arbuz-audience", name: "Audience Builder", price: "$399/month", - imageSrc: "http://img.b2bpic.net/free-photo/demographic-census-concept-representation_23-2149093906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/demographic-census-concept-representation_23-2149093906.jpg?_wi=1", imageAlt: "Audience Builder targeting interface", initialQuantity: 1 }