From 109011541999dd5a4bfe6e19d64f2ac529090cb5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:13:13 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7e1be53..5158c8d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,7 +49,7 @@ export default function ShopPage() { id: "1", name: "Buquê Rosas Vermelhas Premium", price: "€45.00", - imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=5", imageAlt: "Rosas Vermelhas", initialQuantity: 1 }, @@ -57,7 +57,7 @@ export default function ShopPage() { id: "2", name: "Arranjo Flores Mistas Primavera", price: "€38.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg?_wi=5", imageAlt: "Flores Mistas", initialQuantity: 1 }, @@ -65,7 +65,7 @@ export default function ShopPage() { id: "3", name: "Buquê Tulipas Coloridas", price: "€35.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-tulips_23-2147600630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-tulips_23-2147600630.jpg?_wi=5", imageAlt: "Tulipas", initialQuantity: 1 }, @@ -73,7 +73,7 @@ export default function ShopPage() { id: "4", name: "Girassóis Frescos Luminosos", price: "€32.00", - imageSrc: "http://img.b2bpic.net/free-psd/vibrant-sunflower-bouquet-transparent-background_84443-76955.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/vibrant-sunflower-bouquet-transparent-background_84443-76955.jpg?_wi=4", imageAlt: "Girassóis", initialQuantity: 1 }, @@ -81,7 +81,7 @@ export default function ShopPage() { id: "5", name: "Orquídeas Exóticas Elegantes", price: "€55.00", - imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg?_wi=6", imageAlt: "Orquídeas", initialQuantity: 1 }, @@ -89,7 +89,7 @@ export default function ShopPage() { id: "6", name: "Lírios Brancos Sofisticados", price: "€48.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-daisies-with-frame_23-2148207830.jpg?_wi=6", imageAlt: "Lírios", initialQuantity: 1 } @@ -108,7 +108,7 @@ export default function ShopPage() {