From f37771238366348e51dc3e6bcac14674b411ef0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:13:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6935850..6ebb987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Autêntica comida caseira, ambiente familiar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg?_wi=1", imageAlt: "rustic portuguese tavern table candlelight", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@visit", testimonial: "O dono é incrivelmente acolhedor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg?_wi=1", imageAlt: "hand-drawn olive branch illustration rustic", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@trip", testimonial: "Deliciosas sugestões locais.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg?_wi=1", imageAlt: "traditional alcatra pot azorean stew", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@local", testimonial: "A melhor alcatra da ilha, sem dúvida.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg?_wi=1", imageAlt: "polvo a lagareiro octopus dish", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@taste", testimonial: "Uma joia escondida com sabor a tradição.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg?_wi=1", imageAlt: "roasted quail with rice dish", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "tel:968518486", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", @@ -182,7 +182,7 @@ export default function LandingPage() { description: "Respeito pelas receitas ancestrais", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -199,28 +199,28 @@ export default function LandingPage() { name: "Alcatra", price: "18€", variant: "Carne", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg?_wi=2", }, { id: "2", name: "Polvo à Lagareiro", price: "20€", variant: "Mar", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg?_wi=2", }, { id: "3", name: "Codorna com Arroz", price: "16€", variant: "Carne", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg?_wi=2", }, { id: "4", name: "Queijo da Ilha", price: "8€", variant: "Entrada", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg?_wi=3", }, ]} title="O que não pode perder" -- 2.49.1