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", }, ]} /> 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", }, ]} /> 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",