Update src/app/shop/page.tsx

This commit is contained in:
2026-03-02 18:08:23 +00:00
parent 4994048707
commit 3d479256c3

View File

@@ -92,7 +92,7 @@ export default function ShopPage() {
price: "$850.00",
rating: 5,
reviewCount: "127",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108763.jpg?_wi=2",
imageAlt: "Minimalist accent chair",
},
{
@@ -102,7 +102,7 @@ export default function ShopPage() {
price: "$1,450.00",
rating: 5,
reviewCount: "94",
imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-dining-table-restaurant_53876-64723.jpg?_wi=2",
imageAlt: "Contemporary dining table",
},
{
@@ -112,7 +112,7 @@ export default function ShopPage() {
price: "$2,200.00",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-red-leather-couch-with-cushions-cropped-christmas-tree-brick-wall-loft-design_132075-11381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-fashionable-red-leather-couch-with-cushions-cropped-christmas-tree-brick-wall-loft-design_132075-11381.jpg?_wi=2",
imageAlt: "Premium modern sofa",
},
]}