Update src/app/products/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Premium Silk Evening Gown",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg?_wi=2",
|
||||
imageAlt: "Premium Silk Evening Gown",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -49,7 +49,7 @@ export default function ProductsPage() {
|
||||
id: "2",
|
||||
name: "Designer Leather Jacket",
|
||||
price: "$680.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg?_wi=2",
|
||||
imageAlt: "Designer Leather Jacket",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export default function ProductsPage() {
|
||||
id: "3",
|
||||
name: "Luxury Handbag Collection",
|
||||
price: "$520.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg?_wi=2",
|
||||
imageAlt: "Luxury Handbag Collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -65,7 +65,7 @@ export default function ProductsPage() {
|
||||
id: "4",
|
||||
name: "Elegant Cashmere Sweater",
|
||||
price: "$380.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg?_wi=3",
|
||||
imageAlt: "Elegant Cashmere Sweater",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -73,7 +73,7 @@ export default function ProductsPage() {
|
||||
id: "5",
|
||||
name: "Premium Wool Coat",
|
||||
price: "$720.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg?_wi=3",
|
||||
imageAlt: "Premium Wool Coat",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -81,7 +81,7 @@ export default function ProductsPage() {
|
||||
id: "6",
|
||||
name: "Designer Silk Scarf",
|
||||
price: "$180.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg?_wi=3",
|
||||
imageAlt: "Designer Silk Scarf",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function ProductsPage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg?_wi=3"
|
||||
imageAlt="Contact HOURI for Orders"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user