Update src/app/products/page.tsx

This commit is contained in:
2026-03-11 07:04:50 +00:00
parent 54977631ce
commit 189ec312cd

View File

@@ -51,7 +51,7 @@ export default function ProductsPage() {
price: "AED 1,299",
variant: "Space Grey • 256GB • 2 Colors",
imageSrc:
"http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062953.jpg",
"http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062953.jpg?_wi=3",
imageAlt: "smartphone electronics latest technology",
isFavorited: false,
},
@@ -61,7 +61,7 @@ export default function ProductsPage() {
price: "AED 899",
variant: "Caramel Brown • Leather • Premium Quality",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-phone_1303-5256.jpg",
"http://img.b2bpic.net/free-photo/woman-with-phone_1303-5256.jpg?_wi=3",
imageAlt: "luxury handbag fashion accessories leather",
isFavorited: false,
},
@@ -71,7 +71,7 @@ export default function ProductsPage() {
price: "AED 2,499",
variant: "Cooling 2.5 Tons • WiFi Enabled • Energy Efficient",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216657.jpg",
"http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216657.jpg?_wi=3",
imageAlt: "home electronics air conditioner appliance",
isFavorited: false,
},