Update src/app/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user