diff --git a/src/app/page.tsx b/src/app/page.tsx index 812b823..d5dd4cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,28 +91,28 @@ export default function LandingPage() { { id: 1, title: "Lightning Fast Performance", description: "Experience blazing-fast speeds that keep up with your productivity. Optimized for maximum efficiency and seamless workflows.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg", imageAlt: "Fast performance interface" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg?_wi=1", imageAlt: "Fast performance interface" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg", imageAlt: "Performance dashboard" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg?_wi=1", imageAlt: "Performance dashboard" } }, { id: 2, title: "Intuitive User Experience", description: "Designed with simplicity in mind. Our interface makes complex tasks feel effortless and enjoyable for all users.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg", imageAlt: "User-friendly interface" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg?_wi=2", imageAlt: "User-friendly interface" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg", imageAlt: "Experience design" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg?_wi=2", imageAlt: "Experience design" } }, { id: 3, title: "Advanced Security", description: "Your data is protected with enterprise-grade security. Rest easy knowing your information is safe and secure.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg", imageAlt: "Security features" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150519494.jpg?_wi=3", imageAlt: "Security features" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg", imageAlt: "Security dashboard" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg?_wi=3", imageAlt: "Security dashboard" } } ]}