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