From d3355995a095696f880e0fc7131b716f115ee427 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:30:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a8a78a..9fc82f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "Pedir por WhatsApp", href: "https://wa.me/541100000000" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg", imageAlt: "Hamburguesa artesanal jugosa" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg", imageAlt: "Hamburguesa clásica con lechuga y tomate" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg?_wi=1", imageAlt: "Hamburguesa artesanal jugosa" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg?_wi=1", imageAlt: "Hamburguesa clásica con lechuga y tomate" } ]} mediaAnimation="slide-up" rating={5} @@ -65,8 +65,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "f1", title: "Ingredientes Frescos", description: "Seleccionamos vegetales y carnes diariamente para garantizar la mejor calidad.", tag: "Frescura", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg" }, - { id: "f2", title: "Preparación al Momento", description: "Tu hamburguesa se prepara al instante que realizas el pedido.", tag: "Calidad", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784495.jpg" }, + { id: "f1", title: "Ingredientes Frescos", description: "Seleccionamos vegetales y carnes diariamente para garantizar la mejor calidad.", tag: "Frescura", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg?_wi=2" }, + { id: "f2", title: "Preparación al Momento", description: "Tu hamburguesa se prepara al instante que realizas el pedido.", tag: "Calidad", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784495.jpg?_wi=1" }, ]} title="¿Por qué elegirnos?" description="Nuestros estándares aseguran que cada bocado sea inolvidable." @@ -80,8 +80,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "p1", name: "Clásica", price: "$4.500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg" }, - { id: "p2", name: "Doble", price: "$5.800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784495.jpg" }, + { id: "p1", name: "Clásica", price: "$4.500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-chicken-patty-with-cheese-tomato-pickled-cucumber-lettuce-bread-buns_141793-4782.jpg?_wi=3" }, + { id: "p2", name: "Doble", price: "$5.800", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burgers-with-pickles_23-2148784495.jpg?_wi=2" }, { id: "p3", name: "Especial", price: "$6.500", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-spicy-french-fries_140725-2147.jpg" }, ]} title="Nuestro Menú" @@ -112,7 +112,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttonText="Enviar pedido" tagIcon={Phone} - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg?_wi=2" /> -- 2.49.1