Update src/app/products/page.tsx
This commit is contained in:
@@ -15,16 +15,16 @@ export default function ProductsPage() {
|
||||
{
|
||||
id: "h1", name: "Classic Black Hoodie", price: "$89.00", variant: "Black 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Classic Black Hoodie", category: "hoodies"},
|
||||
{
|
||||
id: "h2", name: "Premium White Hoodie", price: "$95.00", variant: "White 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/positive-sportswoman-wears-sweatshirt-carries-fitness-mat-has-good-mood-after-practicing-yoga-workout-sits-relaxed-outdoors-urban-setting-has-happy-expression-people-active-lifestyle_273609-61335.jpg", imageAlt: "Premium White Hoodie", category: "hoodies"},
|
||||
id: "h2", name: "Premium White Hoodie", price: "$95.00", variant: "White 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/positive-sportswoman-wears-sweatshirt-carries-fitness-mat-has-good-mood-after-practicing-yoga-workout-sits-relaxed-outdoors-urban-setting-has-happy-expression-people-active-lifestyle_273609-61335.jpg?_wi=2", imageAlt: "Premium White Hoodie", category: "hoodies"},
|
||||
{
|
||||
id: "h3", name: "Charcoal Grey Hoodie", price: "$89.00", variant: "Grey 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-male-performer-dancing-building-stairs_23-2149344057.jpg", imageAlt: "Charcoal Grey Hoodie", category: "hoodies"},
|
||||
id: "h3", name: "Charcoal Grey Hoodie", price: "$89.00", variant: "Grey 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/young-male-performer-dancing-building-stairs_23-2149344057.jpg?_wi=2", imageAlt: "Charcoal Grey Hoodie", category: "hoodies"},
|
||||
{
|
||||
id: "h4", name: "Navy Blue Hoodie", price: "$92.00", variant: "Navy 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1", imageAlt: "Navy Blue Hoodie", category: "hoodies"},
|
||||
// T-Shirts
|
||||
{
|
||||
id: "t1", name: "Oversized Gray Tee", price: "$45.00", variant: "Gray 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=2", imageAlt: "Oversized Gray Tee", category: "tees"},
|
||||
{
|
||||
id: "t2", name: "Classic White Tee", price: "$39.00", variant: "White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg", imageAlt: "Classic White Tee", category: "tees"},
|
||||
id: "t2", name: "Classic White Tee", price: "$39.00", variant: "White 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-white-tshirt-sexy-carefree-female-posing-street-near-brown-wall-cheerful-happy-sunglasses_158538-21447.jpg?_wi=2", imageAlt: "Classic White Tee", category: "tees"},
|
||||
{
|
||||
id: "t3", name: "Minimalist Black Tee", price: "$42.00", variant: "Black 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=3", imageAlt: "Minimalist Black Tee", category: "tees"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user