diff --git a/src/app/page.tsx b/src/app/page.tsx index 65446b5..04eec7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,13 +67,13 @@ export default function ArapiracarStorePage() { tagIcon={Sparkles} products={[ { - id: "1", name: "Essência Dourada", price: "R$ 189,90", variant: "100ml · Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg", imageAlt: "Perfume Essência Dourada", isFavorited: false, + id: "1", name: "Essência Dourada", price: "R$ 189,90", variant: "100ml · Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg?_wi=1", imageAlt: "Perfume Essência Dourada", isFavorited: false, }, { - id: "2", name: "Notas Celestiais", price: "R$ 199,90", variant: "100ml · Eau de Toilette", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", imageAlt: "Perfume Notas Celestiais", isFavorited: false, + id: "2", name: "Notas Celestiais", price: "R$ 199,90", variant: "100ml · Eau de Toilette", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg?_wi=1", imageAlt: "Perfume Notas Celestiais", isFavorited: false, }, { - id: "3", name: "Aura Minimalista", price: "R$ 179,90", variant: "50ml · Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", imageAlt: "Perfume Aura Minimalista", isFavorited: false, + id: "3", name: "Aura Minimalista", price: "R$ 179,90", variant: "50ml · Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Perfume Aura Minimalista", isFavorited: false, }, { id: "4", name: "Luxo Contemporâneo", price: "R$ 219,90", variant: "100ml · Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Perfume Luxo Contemporâneo", isFavorited: false, @@ -110,13 +110,13 @@ export default function ArapiracarStorePage() { features={[ { id: "1", title: "Qualidade Premium", tags: ["Garantia", "Autêntico"], - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg", imageAlt: "Qualidade Premium"}, + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-perfume-bottles-white-backdrop_23-2147878900.jpg?_wi=2", imageAlt: "Qualidade Premium"}, { id: "2", title: "Entrega Rápida", tags: ["WhatsApp", "Logística"], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", imageAlt: "Entrega Rápida"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg?_wi=2", imageAlt: "Entrega Rápida"}, { id: "3", title: "Suporte Exclusivo", tags: ["24/7", "Dedicado"], - imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", imageAlt: "Suporte Exclusivo"}, + imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=2", imageAlt: "Suporte Exclusivo"}, ]} animationType="slide-up" textboxLayout="default" @@ -145,11 +145,11 @@ export default function ArapiracarStorePage() {