diff --git a/src/app/page.tsx b/src/app/page.tsx index a40cc26..5bb8a98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=1", imageAlt: "Hambúrguer Artesanal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=1", imageAlt: "Combo Especial", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Promoções Diárias", subtitle: "Descontos incríveis", description: "Economize todos os dias com nossas ofertas.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=2", imageAlt: "Front view burger with bacon on slate", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { title: "Ingredientes Frescos", subtitle: "Artesanal de verdade", description: "Carne selecionada e ingredientes frescos.", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=2", imageAlt: "Front view burger with bacon on slate", }, ]} @@ -151,14 +151,14 @@ export default function LandingPage() { name: "Combo Família", price: "R$ 95,00", variant: "Para compartilhar", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=1", }, { id: "3", name: "Cachorro-quente", price: "R$ 20,00", variant: "Tradicional", - imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg?_wi=1", }, { id: "4", @@ -252,7 +252,7 @@ export default function LandingPage() { name: "Maria Souza", handle: "@mariasouza", testimonial: "Sempre peço o combo família, vale muito a pena pelo preço.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=3", imageAlt: "View of 3d burger meal with french fries", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { name: "Pedro Lima", handle: "@pedrolima", testimonial: "Sabor incrível, muito caprichado e quentinho.", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-meat-lettuce-tomato-cheese-side-view_141793-3524.jpg?_wi=3", imageAlt: "View of 3d burger meal with french fries", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { name: "Ana Oliveira", handle: "@anaoli", testimonial: "Atendimento top, sem dúvida a melhor lancheria da região.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-us-labor-day_23-2150378696.jpg?_wi=2", imageAlt: "View of 3d burger meal with french fries", }, { @@ -276,7 +276,7 @@ export default function LandingPage() { name: "Carlos Mendes", handle: "@carlosm", testimonial: "Chegou antes do tempo previsto, nota 10!", - imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113912.jpg?_wi=2", imageAlt: "View of 3d burger meal with french fries", }, ]}