From c658b17e0b41a81fa94b67b1d0f46efd422e88df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:16:56 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 57eae7b..b082d47 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,14 +81,14 @@ export default function LandingPage() { name: "Ana R.", role: "Cliente", testimonial: "El lugar es mágico, la atención de primera.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2", }, { id: "2", name: "Carlos L.", role: "Cliente", testimonial: "La mejor carne que he probado en la ciudad.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg?_wi=2", }, ]} /> From 8d1305f2ecdeeaf12ca8e45c7602f3aef5a0c69b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:16:56 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8c2cd1b..1d2437c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -60,19 +60,19 @@ export default function LandingPage() { id: "1", name: "Ribeye", price: "$380", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=2", }, { id: "2", name: "Camarones", price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg?_wi=2", }, { id: "3", name: "Cocteles", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg?_wi=2", }, ]} /> From a4afb0e3bf4464fb1420c5b191835d9d02b8bc52 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:16:57 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c90df1..7f8aaec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,21 +152,21 @@ export default function LandingPage() { id: "1", name: "Ribeye al Carbón", price: "$380", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=1", imageAlt: "Ribeye", }, { id: "2", name: "Camarones al Ajillo", price: "$320", - imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg?_wi=1", imageAlt: "Camarones", }, { id: "3", name: "Coctelería de Autor", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg?_wi=1", imageAlt: "Cocktails", }, ]} @@ -185,14 +185,14 @@ export default function LandingPage() { name: "Ashley K.", role: "Cliente", testimonial: "La comida está muy rica, el marisco es de buena calidad.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1", }, { id: "2", name: "María Eugenia S.", role: "Cliente", testimonial: "Excelente servicio. La comida muy bien y el ambiente agradable.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg?_wi=1", }, { id: "3",