diff --git a/src/app/page.tsx b/src/app/page.tsx index cd658c5..7b03a92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", 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"}, + id: "f1", 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?_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"}, + 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?_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"}, + 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?_wi=1"}, ]} title="Explore Our Categories" description="Everything from heavy building materials to professional hand tools." @@ -120,11 +120,11 @@ export default function LandingPage() { tag="New Arrivals" products={[ { - 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"}, + 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?_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"}, + 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?_wi=2"}, { - id: "p3", name: "Wire Terminal Kit", price: "R 450", imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg"}, + id: "p3", name: "Wire Terminal Kit", price: "R 450", imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=2"}, ]} />