From 9fecd2837ec90177e150a561606abe7df64b5223 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:22:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15207b1..002ca44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,8 +59,8 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-dress-eating-ice-cream-cafe_613910-12158.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5224.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5224.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg?_wi=1" } ]} /> @@ -82,9 +82,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Morango Silvestre", price: "R$ 15,00", variant: "Frutas", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5224.jpg"}, + id: "1", name: "Morango Silvestre", price: "R$ 15,00", variant: "Frutas", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-5224.jpg?_wi=2"}, { - id: "2", name: "Menta Fresca", price: "R$ 15,00", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg"}, + id: "2", name: "Menta Fresca", price: "R$ 15,00", variant: "Refrescante", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-stone-slate-black-background_639032-917.jpg?_wi=2"}, { id: "3", name: "Baunilha Bourbon", price: "R$ 15,00", variant: "Clássico", imageSrc: "http://img.b2bpic.net/free-photo/front-view-colorful-candies-with-cream-cakes-white-background-biscuit-sweet-cake-cookie_140725-109981.jpg"}, { -- 2.49.1