Update src/app/products/page.tsx

This commit is contained in:
2026-03-17 14:18:16 +00:00
parent 3325ff44d6
commit 2071aa02cd

View File

@@ -80,7 +80,7 @@ export default function ProductsPage() {
title: "Brand-Name Quality",
description: "We stock only the best plumbing supplies from trusted manufacturers you know and rely on.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=7",
imageAlt: "Quality plumbing pipes and fittings",
},
items: [
@@ -94,7 +94,7 @@ export default function ProductsPage() {
title: "Competitive Pricing",
description: "Professional wholesale pricing designed to maximize your profit margins and project efficiency.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=8",
imageAlt: "Professional plumbing fixtures",
},
items: [
@@ -108,7 +108,7 @@ export default function ProductsPage() {
title: "Fast & Convenient",
description: "Walk in anytime during business hours or call for quick ordering. We make purchasing simple so you can focus on the work.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=4",
imageAlt: "Professional plumbing tools",
},
items: [
@@ -137,7 +137,7 @@ export default function ProductsPage() {
price: "Wide Selection",
rating: 5,
reviewCount: "Trusted",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=9",
imageAlt: "Copper and PVC pipes with fittings",
},
{
@@ -147,7 +147,7 @@ export default function ProductsPage() {
price: "Professional Grade",
rating: 5,
reviewCount: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=10",
imageAlt: "Modern bathroom and kitchen fixtures",
},
{
@@ -157,7 +157,7 @@ export default function ProductsPage() {
price: "Reliable",
rating: 5,
reviewCount: "Durable",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg?_wi=11",
imageAlt: "Industrial valves and control equipment",
},
{
@@ -167,7 +167,7 @@ export default function ProductsPage() {
price: "Complete Range",
rating: 5,
reviewCount: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg?_wi=5",
imageAlt: "Professional plumbing tools and equipment",
},
]}