From 15ce9027908d1313852a0dce7ad6b6291f99e7b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 05:14:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1