From 8dd5fb27165a78445e5bc19ef0aacd222ddbe65e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:33:02 +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 f7b84c1..fb50fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,21 +102,21 @@ export default function LandingPage() { title: "Paints & Solvents", description: "Professional grade coatings for every surface.", tag: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg?_wi=1", }, { id: "f2", title: "Power & Hand Tools", description: "Reliable equipment built for real work.", tag: "Top Pick", - imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg?_wi=1", }, { id: "f3", title: "Electrical Materials", description: "Switches, plugs, and industrial wiring components.", tag: "Essentials", - imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=1", }, ]} title="Explore Our Categories" @@ -184,19 +184,19 @@ export default function LandingPage() { id: "p1", name: "Pro Drill Set", price: "R 1,299", - imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg?_wi=2", }, { id: "p2", name: "Industrial Paint Spray", price: "R 850", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg?_wi=2", }, { id: "p3", name: "Wire Terminal Kit", price: "R 450", - imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=2", }, ]} /> -- 2.49.1