diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb9741..863d904 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,64 +33,35 @@ export default function LandingPage() {
@@ -98,12 +69,12 @@ export default function LandingPage() {
@@ -116,23 +87,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Sazón Tradicional", - description: "Recetas heredadas de generación en generación.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-man-apron-putting-fried-chicken-from-frying-pan-plate_1098-20541.jpg", - }, + title: "Cortes Premium", description: "Carnes seleccionadas de la mejor calidad.", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-grill-charcoal_114579-2465.jpg"}, { - title: "Ambiente Natural", - description: "Conexión directa con la tranquilidad del campo.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-breakfast_1098-12924.jpg", - }, + title: "Técnicas Ancestrales", description: "Asados al carbón con el toque tradicional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-of-grilled-meat_144627-14256.jpg"}, { - title: "Eventos Especiales", - description: "Espacio perfecto para tus reuniones sociales.", - imageSrc: "http://img.b2bpic.net/free-photo/our-friendship_1098-12614.jpg", - }, + title: "Ambiente Familiar", description: "Espacio acogedor rodeado de naturaleza.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-restaurant-seating_1098-12940.jpg"}, ]} - title="Lo Que Nos Hace Especiales" - description="Disfruta de una experiencia completa en nuestro estadero." + title="¿Por qué Parrilla Paisa?" + description="Un compromiso con la calidad y la tradición culinaria." /> @@ -143,68 +105,29 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Sancocho Trifásico", - price: "$25.000", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg", - }, - { - id: "p2", - name: "Mojarra Frita", - price: "$30.000", - imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-dorado-with-lemon-fresh-salad-white-plate_2829-11062.jpg", - }, - { - id: "p3", - name: "Postre de Natas", - price: "$8.000", - imageSrc: "http://img.b2bpic.net/free-photo/eastern-pastry-cookies-inside-plate-with-white-cream-dried-pineapple-rings-wooden-table_140725-29486.jpg", - }, - { - id: "p4", - name: "Jugo Natural", - price: "$6.000", - imageSrc: "http://img.b2bpic.net/free-photo/pineapple-juice-with-pieces-raw-pineapple_1150-19259.jpg", - }, - { - id: "p5", - name: "Picada La Playa", - price: "$45.000", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-goat-cheese-topped-with-olive-slices_140725-5194.jpg", - }, - { - id: "p6", - name: "Desayuno Montañero", - price: "$15.000", - imageSrc: "http://img.b2bpic.net/free-photo/perfect-breakfast-healthy-food-lovers-scrambled-eggs-with-ham-milk-coffee-croissant_181624-54494.jpg", - }, + { id: "p1", name: "Churrasco Parrillero", price: "$42.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-vegetables_144627-11111.jpg" }, + { id: "p2", name: "Bandeja Paisa", price: "$38.000", imageSrc: "http://img.b2bpic.net/free-photo/traditional-colombian-platter_181624-9988.jpg" }, + { id: "p3", name: "Costillas BBQ", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-ribs_144627-4567.jpg" }, + { id: "p4", name: "Picada Mixta", price: "$55.000", imageSrc: "http://img.b2bpic.net/free-photo/mixed-grill-platter_23-2148754321.jpg" }, + { id: "p5", name: "Arepa de Choclo", price: "$8.000", imageSrc: "http://img.b2bpic.net/free-photo/corn-arepa-with-cheese_140725-5555.jpg" }, + { id: "p6", name: "Limonada de Coco", price: "$7.000", imageSrc: "http://img.b2bpic.net/free-photo/coconut-lemonade_1150-1234.jpg" }, ]} title="Nuestra Carta" - description="Descubre una variedad de platos pensados para todos los gustos." + description="Platos típicos y cortes de autor." />
@@ -252,24 +152,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "¿Tienen parqueadero?", - content: "Sí, contamos con un amplio parqueadero privado.", - }, - { - id: "f2", - title: "¿Aceptan mascotas?", - content: "¡Claro! Somos un restaurante pet-friendly.", - }, - { - id: "f3", - title: "¿Se necesita reserva?", - content: "Para grupos grandes recomendamos reservar con antelación.", - }, + { id: "f1", title: "¿Tienen opciones vegetarianas?", content: "Ofrecemos diversas alternativas y acompañamientos frescos." }, + { id: "f2", title: "¿Cuentan con parqueadero?", content: "Contamos con parqueadero privado para mayor comodidad." }, + { id: "f3", title: "¿Se admiten mascotas?", content: "Sí, somos un establecimiento pet-friendly." }, ]} title="Preguntas Frecuentes" - description="Todo lo que necesitas saber antes de visitarnos." + description="Resolvemos tus dudas antes de visitarnos." faqsAnimation="slide-up" /> @@ -277,17 +165,12 @@ export default function LandingPage() {
@@ -295,32 +178,10 @@ export default function LandingPage() {