Update src/app/collections/page.tsx
This commit is contained in:
@@ -85,7 +85,7 @@ export default function CollectionsPage() {
|
||||
id: "1",
|
||||
name: "Minimalist Essentials",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg?_wi=3",
|
||||
imageAlt: "Minimalist Essentials collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -93,7 +93,7 @@ export default function CollectionsPage() {
|
||||
id: "2",
|
||||
name: "Urban Explorer",
|
||||
price: "$1,450",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg?_wi=3",
|
||||
imageAlt: "Urban Explorer collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -101,7 +101,7 @@ export default function CollectionsPage() {
|
||||
id: "3",
|
||||
name: "Elevated Everyday",
|
||||
price: "$980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-white-closeup-space-lifestyle-pretty_1303-3414.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/looking-white-closeup-space-lifestyle-pretty_1303-3414.jpg?_wi=3",
|
||||
imageAlt: "Elevated Everyday collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -109,7 +109,7 @@ export default function CollectionsPage() {
|
||||
id: "4",
|
||||
name: "Sophisticated Timeless",
|
||||
price: "$1,650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg?_wi=2",
|
||||
imageAlt: "Sophisticated Timeless collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -117,7 +117,7 @@ export default function CollectionsPage() {
|
||||
id: "5",
|
||||
name: "Contemporary Luxury",
|
||||
price: "$1,120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girls-standing-cafe-with-shopping-bags_1157-31448.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girls-standing-cafe-with-shopping-bags_1157-31448.jpg?_wi=5",
|
||||
imageAlt: "Contemporary Luxury collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -125,7 +125,7 @@ export default function CollectionsPage() {
|
||||
id: "6",
|
||||
name: "Curated Classics",
|
||||
price: "$1,380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg?_wi=3",
|
||||
imageAlt: "Curated Classics collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user