diff --git a/src/app/page.tsx b/src/app/page.tsx index 29582b7..3d6255e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379538.jpg?_wi=1" imageAlt="Interior da Padaria Flor da Costa" /> @@ -90,13 +90,13 @@ export default function LandingPage() { id: "1", name: "Pão Artesanal", price: "Diário", - imageSrc: "http://img.b2bpic.net/free-photo/bun-cut-bread-table_23-2147869433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bun-cut-bread-table_23-2147869433.jpg?_wi=1", }, { id: "2", name: "Pastéis de Nata", price: "Sabor Tradicional", - imageSrc: "http://img.b2bpic.net/free-photo/pralines-muffins-croissants-cup-coffee-blue-table_114579-4415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pralines-muffins-croissants-cup-coffee-blue-table_114579-4415.jpg?_wi=1", }, { id: "3", @@ -108,13 +108,13 @@ export default function LandingPage() { id: "4", name: "Bolo de Arroz", price: "Caseiro", - imageSrc: "http://img.b2bpic.net/free-photo/bun-cut-bread-table_23-2147869433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bun-cut-bread-table_23-2147869433.jpg?_wi=2", }, { id: "5", name: "Broa de Milho", price: "Tradicional", - imageSrc: "http://img.b2bpic.net/free-photo/pralines-muffins-croissants-cup-coffee-blue-table_114579-4415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pralines-muffins-croissants-cup-coffee-blue-table_114579-4415.jpg?_wi=2", }, ]} title="As Nossas Especialidades" @@ -195,7 +195,7 @@ export default function LandingPage() {