From ae191f14c4a38cfd667228c6738b7a5f3f45fab3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:42:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 158d319..fa74e3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { imageAlt: "Seamless mobile checkout flow", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897672.jpg?_wi=1", imageAlt: "Professional studio photography setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg?_wi=1", imageAlt: "Modern tech corporate hero", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-foundation-arrangement_23-2148978148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-foundation-arrangement_23-2148978148.jpg?_wi=1", imageAlt: "Digital marketing interface", }, ]} @@ -139,7 +139,7 @@ export default function LandingPage() { price: "$129.00", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-steel-object_23-2151897672.jpg?_wi=2", }, { id: "p2", @@ -148,7 +148,7 @@ export default function LandingPage() { price: "$299.00", rating: 5, reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-collage_23-2150061730.jpg?_wi=2", }, { id: "p3", @@ -157,7 +157,7 @@ export default function LandingPage() { price: "$189.00", rating: 4, reviewCount: "2.4k", - imageSrc: "http://img.b2bpic.net/free-photo/different-foundation-arrangement_23-2148978148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-foundation-arrangement_23-2148978148.jpg?_wi=2", }, { id: "p4", -- 2.49.1