From 3aad721642bc88e7a6e4274f914dd495e824a0b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:26:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b5bbb5..889d3dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,19 +87,19 @@ export default function LandingPage() { { id: 1, title: "Intuitive Button Builder", description: "Design custom promotion buttons with our drag-and-drop interface. No coding required—just point, click, and create.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "Button builder interface" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=1", imageAlt: "Button builder interface" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "Button customization options" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=2", imageAlt: "Button customization options" } }, { id: 2, title: "Real-Time Analytics", description: "Track engagement metrics instantly. See how your audience responds and optimize your promotion strategy in real time.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg", imageAlt: "Analytics dashboard" + imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg?_wi=1", imageAlt: "Analytics dashboard" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg", imageAlt: "Performance metrics display" + imageSrc: "http://img.b2bpic.net/free-vector/professional-technology-infographic-template_23-2148446453.jpg?_wi=2", imageAlt: "Performance metrics display" } } ]} -- 2.49.1