Update src/app/collection/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function CollectionPage() {
|
||||
name: "Midnight Black Tuxedo",
|
||||
price: "$399",
|
||||
variant: "Premium Wool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fies-black-bow-tie-white-shirt_8353-52.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fies-black-bow-tie-white-shirt_8353-52.jpg?_wi=2",
|
||||
imageAlt: "black tuxedo premium formal wear",
|
||||
},
|
||||
{
|
||||
@@ -67,7 +67,7 @@ export default function CollectionPage() {
|
||||
name: "Navy Business Suit",
|
||||
price: "$349",
|
||||
variant: "Wool Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-men-carry-laptops-office-building_1359-1389.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-men-carry-laptops-office-building_1359-1389.jpg?_wi=2",
|
||||
imageAlt: "navy business suit professional office",
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function CollectionPage() {
|
||||
name: "Charcoal Formal Suit",
|
||||
price: "$379",
|
||||
variant: "Premium Blend",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-break-with-cup-coffee_23-2148242639.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-break-with-cup-coffee_23-2148242639.jpg?_wi=2",
|
||||
imageAlt: "charcoal gray formal suit elegant",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function CollectionPage() {
|
||||
name: "Wedding White Suit",
|
||||
price: "$429",
|
||||
variant: "Pure Wool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dinner-jacket-holding-pocket-watch-confetti_23-2147972075.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dinner-jacket-holding-pocket-watch-confetti_23-2147972075.jpg?_wi=2",
|
||||
imageAlt: "white wedding suit groom formal",
|
||||
},
|
||||
]}
|
||||
@@ -107,42 +107,42 @@ export default function CollectionPage() {
|
||||
id: "business",
|
||||
title: "Business Suits",
|
||||
tags: ["Professional", "Versatile"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=2",
|
||||
imageAlt: "business suit professional wear",
|
||||
},
|
||||
{
|
||||
id: "wedding",
|
||||
title: "Wedding Suits",
|
||||
tags: ["Formal", "Elegant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-groom-with-white-flower-suit_181624-25387.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-groom-with-white-flower-suit_181624-25387.jpg?_wi=2",
|
||||
imageAlt: "wedding groom suit formal",
|
||||
},
|
||||
{
|
||||
id: "tuxedo",
|
||||
title: "Tuxedos",
|
||||
tags: ["Black Tie", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fies-black-bow-tie-white-shirt_8353-52.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fies-black-bow-tie-white-shirt_8353-52.jpg?_wi=3",
|
||||
imageAlt: "black tuxedo formal wear",
|
||||
},
|
||||
{
|
||||
id: "casual-formal",
|
||||
title: "Casual Formal",
|
||||
tags: ["Smart Casual", "Flexible"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=2",
|
||||
imageAlt: "casual formal suit",
|
||||
},
|
||||
{
|
||||
id: "prom",
|
||||
title: "Prom Suits",
|
||||
tags: ["Young Styles", "Trendy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartly-dressed-caucasian-boy-standing-office-slamming-fists-desk_1098-20295.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartly-dressed-caucasian-boy-standing-office-slamming-fists-desk_1098-20295.jpg?_wi=2",
|
||||
imageAlt: "prom suit young man",
|
||||
},
|
||||
{
|
||||
id: "big-tall",
|
||||
title: "Big & Tall Sizes",
|
||||
tags: ["Extended Sizes", "Perfect Fit"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-posing-studio_158595-3385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-posing-studio_158595-3385.jpg?_wi=2",
|
||||
imageAlt: "big tall suit extended sizes",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user