From 6a4ceb448610e7a7c4afa2050036e9c4859e1770 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:14:32 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6bd5f5..1c77809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { { text: "Visit Store", href: "/contact" }, ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=1" imageAlt="Luxury jewelry and fragrance showcase" frameStyle="card" mediaAnimation="opacity" @@ -135,13 +135,13 @@ export default function HomePage() { animationType="opacity" products={[ { - id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"}, + id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg?_wi=1", imageAlt: "Aurora Diamond Ring"}, { - id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg", imageAlt: "Ocean Breeze Fragrance"}, + id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg?_wi=1", imageAlt: "Ocean Breeze Fragrance"}, { - id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg", imageAlt: "Pearl Elegance Necklace"}, + id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg?_wi=1", imageAlt: "Pearl Elegance Necklace"}, { - id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", imageAlt: "Sunset Gold Bracelet"}, + id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1", imageAlt: "Sunset Gold Bracelet"}, ]} /> -- 2.49.1 From e8ae4b9582a2de559f9385773a1eb534fa724384 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:14:33 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e25dcb8..838f17b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -72,7 +72,7 @@ export default function ShopPage() { { text: "New Arrivals", href: "#products" }, ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=2" imageAlt="Shop luxury jewelry and fragrances" frameStyle="card" mediaAnimation="opacity" @@ -91,13 +91,13 @@ export default function ShopPage() { animationType="opacity" products={[ { - id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"}, + id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg?_wi=2", imageAlt: "Aurora Diamond Ring"}, { - id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg", imageAlt: "Ocean Breeze Fragrance"}, + id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg?_wi=2", imageAlt: "Ocean Breeze Fragrance"}, { - id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg", imageAlt: "Pearl Elegance Necklace"}, + id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg?_wi=2", imageAlt: "Pearl Elegance Necklace"}, { - id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", imageAlt: "Sunset Gold Bracelet"}, + id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2", imageAlt: "Sunset Gold Bracelet"}, ]} /> -- 2.49.1