Update src/app/products/page.tsx

This commit is contained in:
2026-03-04 18:22:30 +00:00
parent 898030b970
commit f97a1bf08f

View File

@@ -61,7 +61,7 @@ export default function ProductsPage() {
price: "R4,500",
rating: 5,
reviewCount: "342",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7923.jpg?_wi=3",
imageAlt: "AquaPro variable speed pool pump",
},
{
@@ -71,7 +71,7 @@ export default function ProductsPage() {
price: "R12,800",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-water-tank-storage_23-2151748235.jpg?_wi=2",
imageAlt: "SolarTech solar water heater",
},
{
@@ -81,7 +81,7 @@ export default function ProductsPage() {
price: "R3,200",
rating: 5,
reviewCount: "289",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-bed-deck-chair-umbrella-resort-travel-vacation_74190-7923.jpg?_wi=4",
imageAlt: "ClearFlow multi-stage filtration system",
},
]}