diff --git a/src/app/clube/page.tsx b/src/app/clube/page.tsx index 085f51c..5a9798c 100644 --- a/src/app/clube/page.tsx +++ b/src/app/clube/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { id: "trimestral", title: "Trimestral", price: "R$ 210,00", period: "/trimestre", features: ["3 pacotes premium", "Frete grátis", "Acesso a torras limitadas"], button: { text: "Assinar" }, - imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg", imageAlt: "artisanal coffee beans dark background" + imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg?_wi=2", imageAlt: "artisanal coffee beans dark background" }, ]} title="Assine Grão Nobre" diff --git a/src/app/page.tsx b/src/app/page.tsx index 955d7ef..909a991 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Bourbon Amarelo", price: "R$ 45,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg" }, + { id: "p1", name: "Bourbon Amarelo", price: "R$ 45,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/two-big-hermetic-packages-with-blank-labels-near-transparent-glass-with-raw-sampled-coffee-beans_346278-408.jpg?_wi=1" }, { id: "p2", name: "Geisha Especial", price: "R$ 89,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/musical-note-made-from-coffee-beans-wooden-background_23-2148282093.jpg" }, { id: "p3", name: "Catuaí Vermelho", price: "R$ 42,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-bean-pictures-concept_53876-16489.jpg" }, { id: "p4", name: "Blend Nobre", price: "R$ 38,00", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/selective-coffee-beans-big-coffee-cup-selective-focused_1258-734.jpg" },