Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2fb1dffa0 | |||
| ddf646877d | |||
| aafd0fa7bc | |||
| 158da544a5 | |||
| b7f0ac453c | |||
| 5cf34e6543 | |||
| e187b79814 |
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "rotated-rays-static" }}
|
background={{ variant: "rotated-rays-static" }}
|
||||||
title="El Amarradero del Mico"
|
title="El Amarradero del Mico"
|
||||||
description="El auténtico sabor de los llanos en el corazón de Villavicencio. Tradición, parrilla y buena compañía."
|
description="El auténtico sabor de los llanos en el corazón de Villavicencio. Tradición, parrilla y buena compañía."
|
||||||
|
buttons={[{ text: "Reservar Mesa" }]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1", imageAlt: "Ambiente tradicional" },
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1", imageAlt: "Ambiente tradicional" },
|
||||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1", imageAlt: "Carnes a la parrilla" },
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1", imageAlt: "Carnes a la parrilla" },
|
||||||
@@ -98,9 +99,13 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Ver Menú Completo", href: "#" },
|
||||||
|
{ text: "Pedir por WhatsApp", href: "https://wa.me/573101234567" },
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Carne Llanera", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg" },
|
{ id: "1", name: "Carne Llanera", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg" },
|
||||||
{ id: "2", name: "Chuleta al Punto", price: "$28.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-mixed-vegetables-spices-home-made-tasty-food-stone-surface-pork-steak-with-salad-grilled-pork-is-one-most-popular-thai-dishes-grilled-pork-with-spicy-dip_1150-44931.jpg" },
|
{ id: "2", name: "Chuleta al Punto", price: "$28.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-mixed-vegetables-spices-home-made-tasty-food-stone-surface-pork-steak-with-salad-grilled-pork-is-one-most-popular-thai-dishes-grilled-pork-with-spicy-dip_1150-44931.jpg" },
|
||||||
|
|||||||
Reference in New Issue
Block a user