Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-10 08:58:20 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ export default function CollectionsPage() {
{ text: "Browse All", href: "#" },
{ text: "Find Your Scent", href: "#" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg?_wi=1"
imageAlt="Premium perfume collection showcase"
mediaAnimation="slide-up"
/>
@@ -104,13 +104,13 @@ export default function CollectionsPage() {
<ProductCardThree
products={[
{
id: "1", name: "Midnight Noir", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg", imageAlt: "Midnight Noir luxury perfume bottle", initialQuantity: 1,
id: "1", name: "Midnight Noir", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=1", imageAlt: "Midnight Noir luxury perfume bottle", initialQuantity: 1,
},
{
id: "2", name: "Emerald Essence", price: "$165.00", imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg", imageAlt: "Emerald Essence fragrance bottle", initialQuantity: 1,
id: "2", name: "Emerald Essence", price: "$165.00", imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=1", imageAlt: "Emerald Essence fragrance bottle", initialQuantity: 1,
},
{
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", imageAlt: "White Rose Vintage premium perfume", initialQuantity: 1,
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?_wi=1", imageAlt: "White Rose Vintage premium perfume", initialQuantity: 1,
},
]}
title="Featured Perfumes"

View File

@@ -94,7 +94,7 @@ export default function ProductPage() {
{ text: "Browse All", href: "/collections" },
{ text: "Find Your Scent", href: "/finder" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg?_wi=2"
imageAlt="Premium perfume collection showcase"
mediaAnimation="slide-up"
/>
@@ -104,13 +104,13 @@ export default function ProductPage() {
<ProductCardThree
products={[
{
id: "1", name: "Midnight Noir", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg", imageAlt: "Midnight Noir luxury perfume bottle", initialQuantity: 1,
id: "1", name: "Midnight Noir", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=2", imageAlt: "Midnight Noir luxury perfume bottle", initialQuantity: 1,
},
{
id: "2", name: "Emerald Essence", price: "$165.00", imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg", imageAlt: "Emerald Essence fragrance bottle", initialQuantity: 1,
id: "2", name: "Emerald Essence", price: "$165.00", imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=2", imageAlt: "Emerald Essence fragrance bottle", initialQuantity: 1,
},
{
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", imageAlt: "White Rose Vintage premium perfume", initialQuantity: 1,
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?_wi=2", imageAlt: "White Rose Vintage premium perfume", initialQuantity: 1,
},
]}
title="Featured Perfumes"