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 } 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 }