Update src/app/shop/page.tsx
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ShopPage() {
|
||||
name: "Community Closet Essentials",
|
||||
price: "$25-45",
|
||||
variant: "Everyday Basics · Multiple Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg?_wi=2",
|
||||
imageAlt: "Casual everyday clothing collection",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function ShopPage() {
|
||||
name: "Upcycled Original Pieces",
|
||||
price: "$55-85",
|
||||
variant: "One-of-a-Kind · Handcrafted",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg?_wi=2",
|
||||
imageAlt: "Unique upcycled fashion piece",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function ShopPage() {
|
||||
name: "Vintage Finds",
|
||||
price: "$35-65",
|
||||
variant: "Rare & Unique · Curated Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg?_wi=2",
|
||||
imageAlt: "Vintage thrift store treasures",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function ShopPage() {
|
||||
name: "Seasonal Collections",
|
||||
price: "$30-50",
|
||||
variant: "Limited Edition · Seasonal Styles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg?_wi=3",
|
||||
imageAlt: "Seasonal fashion collection",
|
||||
},
|
||||
]}
|
||||
@@ -142,7 +142,7 @@ export default function ShopPage() {
|
||||
name: "Classic Vintage Denim",
|
||||
price: "$45",
|
||||
variant: "Blue · All Sizes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg?_wi=3",
|
||||
imageAlt: "Classic vintage denim jacket",
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function ShopPage() {
|
||||
name: "Upcycled Patchwork Jacket",
|
||||
price: "$75",
|
||||
variant: "Multicolor · One of a Kind",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg?_wi=4",
|
||||
imageAlt: "Colorful patchwork jacket",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function ShopPage() {
|
||||
name: "Eco Basic T-Shirt Bundle",
|
||||
price: "$40",
|
||||
variant: "Multiple Colors · 3 Pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg?_wi=3",
|
||||
imageAlt: "Eco-friendly basic t-shirts",
|
||||
},
|
||||
]}
|
||||
@@ -182,7 +182,7 @@ export default function ShopPage() {
|
||||
name: "Hand-Dyed Linen Dress",
|
||||
price: "$65",
|
||||
variant: "Sage Green · S-XL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-reusing-fabric-material_23-2149400652.jpg?_wi=4",
|
||||
imageAlt: "Sage green hand-dyed dress",
|
||||
},
|
||||
{
|
||||
@@ -190,7 +190,7 @@ export default function ShopPage() {
|
||||
name: "Vintage Wool Cardigan",
|
||||
price: "$50",
|
||||
variant: "Cream · M-L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg?_wi=5",
|
||||
imageAlt: "Vintage wool cardigan",
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@ export default function ShopPage() {
|
||||
name: "Upcycled Band T-Shirt",
|
||||
price: "$38",
|
||||
variant: "Black · XS-XL",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ancient-typeface_1284-46594.jpg?_wi=4",
|
||||
imageAlt: "Vintage band t-shirt",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user