diff --git a/src/app/page.tsx b/src/app/page.tsx index b50222a..53c684a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,109 +46,64 @@ export default function LandingPage() {
@@ -168,9 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Sobre Burger Centre" description={[ - "Burger Centre es un restaurante moderno y acogedor, ideal para desayunos, comidas y cenas, con opciones para todos los gustos incluyendo hamburguesas veganas muy populares.", - "Destacamos por nuestro ambiente, con una valoración de 4,4 estrellas en reseñas.", - ]} + "Burger Centre es un restaurante moderno y acogedor, ideal para desayunos, comidas y cenas, con opciones para todos los gustos incluyendo hamburguesas veganas muy populares.", "Destacamos por nuestro ambiente, con una valoración de 4,4 estrellas en reseñas."]} /> @@ -182,59 +125,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Smash", - name: "Smash Classic", - price: "12€", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/pink-hamburger-woman-holding-burger-with-tomato-lettuce-leaf-beef-patty-sauce-burger-buns_140725-10986.jpg", - }, + id: "p1", brand: "Smash", name: "Smash Classic", price: "12€", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pink-hamburger-woman-holding-burger-with-tomato-lettuce-leaf-beef-patty-sauce-burger-buns_140725-10986.jpg"}, { - id: "p2", - brand: "Vegana", - name: "Vegan Deluxe ⭐", - price: "14€", - rating: 5, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg", - }, + id: "p2", brand: "Vegana", name: "Vegan Deluxe ⭐", price: "14€", rating: 5, + reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg"}, { - id: "p3", - brand: "Pollo", - name: "Crispy Chicken", - price: "11€", - rating: 4, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg", - }, + id: "p3", brand: "Pollo", name: "Crispy Chicken", price: "11€", rating: 4, + reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-sandwich-french-fries-table_181624-61641.jpg"}, { - id: "p4", - brand: "Picante", - name: "Spicy Inferno", - price: "13€", - rating: 4, - reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg", - }, + id: "p4", brand: "Picante", name: "Spicy Inferno", price: "13€", rating: 4, + reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"}, { - id: "p5", - brand: "Clásico", - name: "Cheese Burger", - price: "10€", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg", - }, + id: "p5", brand: "Clásico", name: "Cheese Burger", price: "10€", rating: 4, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-egg-benedict-energy-drinks-can_114579-2137.jpg"}, { - id: "p6", - brand: "Postre", - name: "Brownie Chocolate", - price: "6€", - rating: 5, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg", - }, + id: "p6", brand: "Postre", name: "Brownie Chocolate", price: "6€", rating: 5, + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-fries-with-copy-space_23-2148678815.jpg"}, ]} title="Nuestra Carta" description="Descubre nuestra selección de hamburguesas, clásicos y opciones veganas." @@ -247,25 +154,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "¿Cómo pedir online?", - content: "Puedes pedir a través de nuestra web o mediante Just Eat.", - }, + id: "f1", title: "¿Cómo pedir online?", content: "Para pedir online, por favor contacta directamente a través de nuestro formulario o llámanos al teléfono que aparece al final de la página."}, { - id: "f2", - title: "¿Se puede reservar?", - content: "Sí, recomendamos reservar para cenar, especialmente fines de semana.", - }, + id: "f2", title: "¿Se puede reservar?", content: "Sí, recomendamos reservar para cenar, especialmente fines de semana."}, { - id: "f3", - title: "¿Tienen opciones veganas?", - content: "Sí, contamos con hamburguesas veganas muy populares.", - }, + id: "f3", title: "¿Tienen opciones veganas?", content: "Sí, contamos con hamburguesas veganas muy populares."}, { - id: "f4", - title: "¿Tiempo de entrega?", - content: "El tiempo estimado es de 35 a 55 minutos.", - }, + id: "f4", title: "¿Tiempo de entrega?", content: "El tiempo estimado es de 35 a 55 minutos."}, ]} imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg" mediaAnimation="slide-up" @@ -278,38 +173,24 @@ export default function LandingPage() {
@@ -319,13 +200,9 @@ export default function LandingPage() {