From 55c659f56bd5fec3a43f036f000f81cdea1a9f8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:45:52 +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 a14ae58..aa30608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { imageAlt: "Bleekwit collectie 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-plants-decoration-vase_23-2149334649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-plants-decoration-vase_23-2149334649.jpg?_wi=1", imageAlt: "Bleekwit collectie 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pile-white-bowls-long-shot_23-2148746906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-white-bowls-long-shot_23-2148746906.jpg?_wi=1", imageAlt: "Bleekwit collectie 5", }, ]} @@ -131,13 +131,13 @@ export default function LandingPage() { id: "p1", name: "Design Item A", price: "€49,95", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-plants-decoration-vase_23-2149334649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-plants-decoration-vase_23-2149334649.jpg?_wi=2", }, { id: "p2", name: "Design Item B", price: "€89,95", - imageSrc: "http://img.b2bpic.net/free-photo/pile-white-bowls-long-shot_23-2148746906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-white-bowls-long-shot_23-2148746906.jpg?_wi=2", }, { id: "p3", -- 2.49.1