From 44b5d4196f1912d2e5a0c308f84a5e4fe785c502 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:01:51 +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 477c4f3..dba78ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,19 +74,19 @@ export default function LandingPage() { imageAlt: "Authentic charcoal grill scene", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=1", imageAlt: "Signature grilled chicken", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-bagels-top-view_23-2149388108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-bagels-top-view_23-2149388108.jpg?_wi=1", imageAlt: "Traditional Tripas dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=1", imageAlt: "Slow roasted octopus", }, { - imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-15313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-15313.jpg?_wi=1", imageAlt: "Bacalhau with cornbread", }, ]} @@ -132,37 +132,37 @@ export default function LandingPage() { id: "1", name: "Frango Grelhado", price: "From €12", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=2", }, { id: "2", name: "Tripas à Moda do Porto", price: "€14", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-bagels-top-view_23-2149388108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-bagels-top-view_23-2149388108.jpg?_wi=2", }, { id: "3", name: "Polvo Assado no Forno", price: "€18", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=2", }, { id: "4", name: "Bacalhau com Broa", price: "€16", - imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-15313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-15313.jpg?_wi=2", }, { id: "5", name: "Costelinha", price: "€13", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-vegetables_23-2147716955.jpg?_wi=3", }, { id: "6", name: "Espetada de Lulas", price: "€15", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boiled-small-octopus-plate_2829-7807.jpg?_wi=3", }, ]} title="Signature Dishes" -- 2.49.1