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"}, }, ]} />