From 278c29934b8f0fabbaf29ae6a4e08fd2433569da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:20:46 +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 131ca29..1e68d27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,23 +103,23 @@ export default function LandingPage() { { id: 1, title: "Performance Marketing", description: "Data-driven advertising campaigns that maximize ROI across Meta, Google, and emerging platforms", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/advertising-digital-marketing-commercial-promotion-concept_53876-15856.jpg", imageAlt: "advertising marketing promotion campaign"}, + imageSrc: "http://img.b2bpic.net/free-photo/advertising-digital-marketing-commercial-promotion-concept_53876-15856.jpg?_wi=1", imageAlt: "advertising marketing promotion campaign"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/advertising-digital-marketing-commercial-promotion-concept_53876-15856.jpg", imageAlt: "advertising marketing promotion campaign"}, + imageSrc: "http://img.b2bpic.net/free-photo/advertising-digital-marketing-commercial-promotion-concept_53876-15856.jpg?_wi=2", imageAlt: "advertising marketing promotion campaign"}, }, { id: 2, title: "Creative Strategy", description: "Compelling creative concepts and content strategy that resonates with your target audience", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_52683-68958.jpg", imageAlt: "design creative digital interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_52683-68958.jpg?_wi=1", imageAlt: "design creative digital interface"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_52683-68958.jpg", imageAlt: "design creative digital interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-background_52683-68958.jpg?_wi=2", imageAlt: "design creative digital interface"}, }, { id: 3, title: "Branding & Design", description: "Complete brand identity, logo design, and visual systems that stand out", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "branding design logo identity"}, + imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=1", imageAlt: "branding design logo identity"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg", imageAlt: "branding design logo identity"}, + imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-with-geometric-design_23-2147941082.jpg?_wi=2", imageAlt: "branding design logo identity"}, }, ]} /> -- 2.49.1