From 36f8cc795cbcfa817842a37fd124f82292c6728b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:43:49 +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 23ef4c3..6f0418f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg?_wi=1", imageAlt: "Lively bar and restaurant interior with food and drinks", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=1", imageAlt: "Delicious meals and refreshing cocktails", }, { @@ -146,14 +146,14 @@ export default function LandingPage() { id: "cerveja-original", name: "Cerveja Original (600ml)", price: "R$ 15,00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151434033.jpg?_wi=2", imageAlt: "Original beer bottle", }, { id: "picanha-chapa", name: "Picanha na Chapa com Mandioca", price: "R$ 89,00", - imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg?_wi=2", imageAlt: "Picanha on a hot plate with cassava", }, ]} -- 2.49.1