From 30c2be647ea595a762e75b5f769222a1a5fd6cf8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:21:11 +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 63031ba..427f73c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "https://wa.me/573000000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-3d-floating-burger-with-sky_23-2150914897.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-3d-floating-burger-with-sky_23-2150914897.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -137,7 +137,7 @@ export default function LandingPage() { description: "Recetas propias elaboradas con ingredientes frescos.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg" + imageSrc="http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -153,19 +153,19 @@ export default function LandingPage() { id: "1", name: "Classic Cheddar", price: "$18,900", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-cheeseburger-with-tomatoes-salad_23-2148314190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-cheeseburger-with-tomatoes-salad_23-2148314190.jpg?_wi=1", }, { id: "2", name: "BBQ Bacon", price: "$22,500", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-mushroom-wrapped-paper-bag-served-cutting-board_140725-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-mushroom-wrapped-paper-bag-served-cutting-board_140725-1295.jpg?_wi=1", }, { id: "3", name: "Spicy Chicken", price: "$19,900", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg?_wi=1", }, { id: "4", @@ -204,7 +204,7 @@ export default function LandingPage() { quote: "Las mejores hamburguesas de Yopal, sin duda alguna. El sabor de la carne es único.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/hungry-handsome-man-holds-hamburger-his-hand-yellow-background_114579-92677.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-floating-burger-with-sky_23-2150914897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-floating-burger-with-sky_23-2150914897.jpg?_wi=2", imageAlt: "happy man eating burger", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { quote: "El pan de masa madre y la combinación de salsas me encantó. Muy recomendado.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13748.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg?_wi=2", imageAlt: "happy man eating burger", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "La entrega fue muy rápida y la burger llegó caliente. 10/10.", tag: "Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-cheeseburger-with-tomatoes-salad_23-2148314190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-cheeseburger-with-tomatoes-salad_23-2148314190.jpg?_wi=2", imageAlt: "happy man eating burger", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "Se nota la calidad de los ingredientes. Muy satisfechos con nuestra cena.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-mushroom-wrapped-paper-bag-served-cutting-board_140725-1295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-mushroom-wrapped-paper-bag-served-cutting-board_140725-1295.jpg?_wi=2", imageAlt: "happy man eating burger", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Excelente servicio, ambiente muy cool y el sabor es de otro planeta.", tag: "Leal", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-burger-bun_23-2148314207.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-homemade-delicious-sandwich-plate-stained-white-surface_179666-34079.jpg?_wi=2", imageAlt: "happy man eating burger", }, ]} -- 2.49.1