From b317bd97760dab78c0d0eb9e2fd6771f9b176dda Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:58:15 +0000 Subject: [PATCH 1/2] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 6c4536f..abb998f 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -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() { Date: Tue, 10 Mar 2026 08:58:16 +0000 Subject: [PATCH 2/2] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 21480f1..4fd77c4 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -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() {