Update src/app/catalog/page.tsx

This commit is contained in:
2026-03-05 00:35:44 +00:00
parent 2be285508d
commit c4ef1cab77

View File

@@ -47,7 +47,7 @@ export default function CatalogPage() {
name: "Midnight Oud Noir",
price: "$185",
variant: "100ml Deep Woody",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=11",
imageAlt: "Midnight Oud Noir luxury perfume",
isFavorited: false,
},
@@ -56,7 +56,7 @@ export default function CatalogPage() {
name: "Golden Amber Dreams",
price: "$165",
variant: "100ml Amber Floral",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=4",
imageAlt: "Golden Amber Dreams fragrance",
isFavorited: false,
},
@@ -65,7 +65,7 @@ export default function CatalogPage() {
name: "Vetiver Symphony",
price: "$175",
variant: "100ml Fresh Citrus",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=12",
imageAlt: "Vetiver Symphony perfume",
isFavorited: false,
},
@@ -74,7 +74,7 @@ export default function CatalogPage() {
name: "Rose Essence Blanc",
price: "$195",
variant: "100ml Floral White",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=13",
imageAlt: "Rose Essence Blanc luxury fragrance",
isFavorited: false,
},
@@ -83,7 +83,7 @@ export default function CatalogPage() {
name: "Spiced Leather Luxe",
price: "$180",
variant: "100ml Leather Spice",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=5",
imageAlt: "Spiced Leather Luxe perfume",
isFavorited: false,
},
@@ -92,7 +92,7 @@ export default function CatalogPage() {
name: "Crystal Jasmine Light",
price: "$160",
variant: "100ml Jasmine Green",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=14",
imageAlt: "Crystal Jasmine Light fragrance",
isFavorited: false,
},
@@ -101,7 +101,7 @@ export default function CatalogPage() {
name: "Sandalwood Serenity",
price: "$170",
variant: "100ml Warm Wood",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=15",
imageAlt: "Sandalwood Serenity luxury fragrance",
isFavorited: false,
},
@@ -110,7 +110,7 @@ export default function CatalogPage() {
name: "Iris Noble",
price: "$190",
variant: "100ml Floral Iris",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=6",
imageAlt: "Iris Noble perfume",
isFavorited: false,
},