Update src/app/products/page.tsx

This commit is contained in:
2026-03-04 13:48:41 +00:00
parent e936402e7c
commit 18ca162587

View File

@@ -50,7 +50,7 @@ const ProductsPage = () => {
price: "$499",
variant: "12 Liters/Hour 7 Stage Filter",
imageSrc:
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg",
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=9",
imageAlt: "AquaPure Advanced 2000 Pro RO System",
},
{
@@ -59,7 +59,7 @@ const ProductsPage = () => {
price: "$299",
variant: "8 Liters/Hour 5 Stage Filter",
imageSrc:
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg",
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=10",
imageAlt: "AquaPure Compact 1000 Water Purifier",
},
{
@@ -68,7 +68,7 @@ const ProductsPage = () => {
price: "$149",
variant: "Portable 3 Stage Filter",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg",
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg?_wi=4",
imageAlt: "AquaPure Portable Lite Purifier",
},
{
@@ -77,7 +77,7 @@ const ProductsPage = () => {
price: "$699",
variant: "15 Liters/Hour 9 Stage Filter",
imageSrc:
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg",
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=11",
imageAlt: "AquaPure Premium Ultra RO System",
},
{
@@ -86,7 +86,7 @@ const ProductsPage = () => {
price: "$599",
variant: "14 Liters/Hour 8 Stage Filter with IoT",
imageSrc:
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg",
"http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=12",
imageAlt: "AquaPure Smart Home 3000 RO System",
},
{
@@ -95,7 +95,7 @@ const ProductsPage = () => {
price: "$99",
variant: "Portable 2 Stage Filter",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg",
"http://img.b2bpic.net/free-photo/couple-nature-break-from-hiking_23-2148927992.jpg?_wi=5",
imageAlt: "AquaPure Mini Travel Purifier",
},
]}