diff --git a/src/app/page.tsx b/src/app/page.tsx index 87fc572..844939e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,21 +82,21 @@ export default function LandingPage() { id: 1, title: "Weather Resistant", description: "Rain, sun, or snow? Our stickers stay vibrant in all conditions.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg?_wi=1", imageAlt: "Weather testing", }, { id: 2, title: "High-Definition Printing", description: "Vivid colors and crisp lines for every single design we print.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg?_wi=2", imageAlt: "HD Printing", }, { id: 3, title: "Eco-Friendly Materials", description: "We care about the planet, using non-toxic inks and sustainable substrates.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bright-curved-sheets-paper_23-2148428673.jpg?_wi=3", imageAlt: "Sustainable material", }, ]}