From d32b69be704dcadaf2bef32cdec20f104382971f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:13:40 +0000 Subject: [PATCH] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index 58c6ddb..c84bcd5 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -53,13 +53,13 @@ export default function CollectionPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=2", imageAlt: "Blue and white vintage ceramic collection", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=2", imageAlt: "Crystal stemware vintage collection", }, ]} @@ -85,42 +85,42 @@ export default function CollectionPage() { id: "product-1", name: "French Porcelain Dinner Set", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/filled-champagne-glasses_23-2147729194.jpg?_wi=3", imageAlt: "French porcelain dinner set", }, { id: "product-2", name: "Blue & White Ceramic Collection", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tin-can-plate-kitchen-knife-fork_23-2147826763.jpg?_wi=3", imageAlt: "Blue and white ceramics", }, { id: "product-3", name: "Crystal Stemware Set", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-sunlight-splitting-into-spectrum-white-background_23-2147949036.jpg?_wi=3", imageAlt: "Crystal stemware", }, { id: "product-4", name: "Art Deco Ceramic Vase", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/quail-eggs-with-herbs-metallic-cup_114579-76320.jpg?_wi=2", imageAlt: "Art deco vase", }, { id: "product-5", name: "Ornate Serving Platter", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157824.jpg?_wi=2", imageAlt: "Ornate serving platter", }, { id: "product-6", name: "Frosted Glass Bowls", price: "Upon Inquiry", - imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-roses-iron-bowl-white-background_114579-74449.jpg?_wi=2", imageAlt: "Frosted glass bowls", }, ]}