Update src/app/shop/page.tsx

This commit is contained in:
2026-03-10 08:55:09 +00:00
parent 930dfa2297
commit 42ec1ca38d

View File

@@ -54,7 +54,7 @@ export default function ShopPage() {
id: "1",
name: "Midnight Noir",
price: "$185.00",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=2",
imageAlt: "Midnight Noir luxury perfume bottle",
initialQuantity: 1,
},
@@ -62,7 +62,7 @@ export default function ShopPage() {
id: "2",
name: "Emerald Essence",
price: "$165.00",
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=2",
imageAlt: "Emerald Essence fragrance bottle",
initialQuantity: 1,
},
@@ -70,7 +70,7 @@ export default function ShopPage() {
id: "3",
name: "White Rose Vintage",
price: "$195.00",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg?_wi=2",
imageAlt: "White Rose Vintage premium perfume",
initialQuantity: 1,
},
@@ -78,7 +78,7 @@ export default function ShopPage() {
id: "4",
name: "Sapphire Dream",
price: "$175.00",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=3",
imageAlt: "Sapphire Dream fragrance",
initialQuantity: 1,
},
@@ -86,7 +86,7 @@ export default function ShopPage() {
id: "5",
name: "Golden Amber",
price: "$190.00",
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=3",
imageAlt: "Golden Amber luxury perfume",
initialQuantity: 1,
},
@@ -94,7 +94,7 @@ export default function ShopPage() {
id: "6",
name: "Velvet Silk",
price: "$200.00",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg?_wi=3",
imageAlt: "Velvet Silk premium fragrance",
initialQuantity: 1,
},
@@ -117,28 +117,28 @@ export default function ShopPage() {
id: "men-1",
name: "Men's Collection",
price: "$160-$200",
imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=2",
imageAlt: "Men's fragrance collection",
},
{
id: "women-1",
name: "Women's Collection",
price: "$165-$215",
imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg?_wi=2",
imageAlt: "Women's fragrance collection",
},
{
id: "unisex-1",
name: "Unisex Collection",
price: "$155-$195",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg?_wi=2",
imageAlt: "Unisex fragrance collection",
},
{
id: "limited-1",
name: "Limited Edition",
price: "$250-$400",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg?_wi=2",
imageAlt: "Limited edition fragrances",
},
]}