Update src/app/shop/page.tsx
This commit is contained in:
@@ -98,7 +98,7 @@ export default function ShopPage() {
|
||||
price: "$480",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478990.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478990.jpg?_wi=3",
|
||||
imageAlt: "Premium luxury jacket",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -109,7 +109,7 @@ export default function ShopPage() {
|
||||
price: "$320",
|
||||
rating: 5,
|
||||
reviewCount: "94",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-women-posing_23-2148906930.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-women-posing_23-2148906930.jpg?_wi=2",
|
||||
imageAlt: "Designer denim jeans",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -120,7 +120,7 @@ export default function ShopPage() {
|
||||
price: "$140",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-females_23-2148880181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-females_23-2148880181.jpg?_wi=2",
|
||||
imageAlt: "Essential premium tee",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function ShopPage() {
|
||||
price: "$550",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-persons-wearing-jeans_23-2147732063.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-persons-wearing-jeans_23-2147732063.jpg?_wi=2",
|
||||
imageAlt: "Luxury fashion sneakers",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function ShopPage() {
|
||||
price: "$620",
|
||||
rating: 5,
|
||||
reviewCount: "76",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fancy-black-dress_1303-13866.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fancy-black-dress_1303-13866.jpg?_wi=2",
|
||||
imageAlt: "Silk evening dress",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -153,7 +153,7 @@ export default function ShopPage() {
|
||||
price: "$280",
|
||||
rating: 5,
|
||||
reviewCount: "112",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirt-with-floral-print-leaf_23-2149366085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hawaiian-shirt-with-floral-print-leaf_23-2149366085.jpg?_wi=2",
|
||||
imageAlt: "Cashmere blend sweater",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export default function ShopPage() {
|
||||
title: "Men's Fashion",
|
||||
description: "Explore sophisticated menswear including jackets, trousers, shirts, and accessories designed for the modern gentleman.",
|
||||
tag: "MENSWEAR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-park_1303-10067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-park_1303-10067.jpg?_wi=2",
|
||||
imageAlt: "Men's Fashion Collection",
|
||||
buttons: [{ text: "Shop Menswear", href: "/shop?category=mens" }],
|
||||
},
|
||||
@@ -187,7 +187,7 @@ export default function ShopPage() {
|
||||
title: "Women's Fashion",
|
||||
description: "Discover elegant womenswear featuring dresses, tops, trousers, and outerwear that combines timeless style with contemporary design.",
|
||||
tag: "WOMENSWEAR",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-clothes-sexy-carefree-women-posing-near-blue-wall-studio_158538-15129.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-clothes-sexy-carefree-women-posing-near-blue-wall-studio_158538-15129.jpg?_wi=2",
|
||||
imageAlt: "Women's Fashion Collection",
|
||||
buttons: [{ text: "Shop Womenswear", href: "/shop?category=womens" }],
|
||||
},
|
||||
@@ -196,7 +196,7 @@ export default function ShopPage() {
|
||||
title: "Accessories & Footwear",
|
||||
description: "Complete your look with our curated selection of premium shoes, belts, and accessories that elevate any outfit.",
|
||||
tag: "ACCESSORIES",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-persons-wearing-jeans_23-2147732063.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/legs-persons-wearing-jeans_23-2147732063.jpg?_wi=3",
|
||||
imageAlt: "Accessories Collection",
|
||||
buttons: [{ text: "Shop Accessories", href: "/shop?category=accessories" }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user