From 54f2169a5c2ff31b319f57b8f7b55138eb296060 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 02:05:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e60d111..f4d0fb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg" + imageSrc="http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=1" imageAlt="Pizza artesanal premium" mediaAnimation="slide-up" avatars={[ @@ -192,25 +192,25 @@ export default function LandingPage() { id: "p1", name: "Pizza Marguerita", price: "R$ 65,00", - imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=1", }, { id: "p2", name: "Pizza Pepperoni", price: "R$ 72,00", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=1", }, { id: "p3", name: "Pizza Doce Gourmet", price: "R$ 58,00", - imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=1", }, { id: "p4", name: "Lasanha Bolonhesa", price: "R$ 68,00", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=1", }, { id: "p5", @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Garçons simpáticos e atenciosos, a massa é sensacional!", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-dough-tomatoes_23-2148357181.jpg?_wi=2", imageAlt: "pizza gourmet italiana premium", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "Melhor experiência em grupo que já tivemos na cidade.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2231.jpg?_wi=2", imageAlt: "pizza marguerita artesanal", }, { @@ -271,7 +271,7 @@ export default function LandingPage() { quote: "Ambiente agradável e pratos excepcionais. Voltaremos!", tag: "Perfeito", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-610.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-dough-with-sauce-near-vegetables_23-2147772065.jpg?_wi=2", imageAlt: "pizza pepperoni artesanal", }, { @@ -282,7 +282,7 @@ export default function LandingPage() { quote: "Tudo muito autêntico. A farinha importada faz a diferença.", tag: "Nota 10", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-720.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-strawberry-wooden-plank_329181-1020.jpg?_wi=2", imageAlt: "pizza doce gourmet chocolate", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { quote: "Chegou rápido, quente e com o sabor de restaurante!", tag: "Recomendo", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiley-man_23-2149022665.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-italian-pasta-dish_1084-85.jpg?_wi=2", imageAlt: "lasanha bolonhesa clássica", }, ]} -- 2.49.1