From cf812d0b26aac6cdd898a971a27d5f6d5197c246 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:04:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 604ff6a..06e1f90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,21 +119,21 @@ export default function HomePage() { id: 1, title: "Strategy & Planning", description: "Data-driven social strategies tailored to your brand goals and target audience.", - imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=1", imageAlt: "Strategy planning visualization", }, { id: 2, title: "Content Creation", description: "Premium, on-brand content designed to engage, convert, and build community.", - imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=1", imageAlt: "Content creation process", }, { id: 3, title: "Community Management", description: "Expert engagement and relationship building that turns followers into brand advocates.", - imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=1", imageAlt: "Community engagement analytics", }, ]} @@ -156,21 +156,21 @@ export default function HomePage() { id: "case-1", name: "Fashion Retailer Growth Campaign", price: "+340% Engagement", - imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/social-media-marketing-theme-mobile_23-2148413417.jpg?_wi=2", imageAlt: "Fashion retailer case study", }, { id: "case-2", name: "SaaS Customer Acquisition", price: "+215% Conversions", - imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg?_wi=2", imageAlt: "SaaS conversion case study", }, { id: "case-3", name: "E-Commerce Sales Acceleration", price: "+520% Revenue", - imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grandparent-learning-use-digital-device_23-2149093467.jpg?_wi=2", imageAlt: "E-commerce revenue case study", }, ]} -- 2.49.1