Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function DuguisLandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,7 +44,7 @@ export default function DuguisLandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="DUGUIS"
|
||||
description="Las arepas más rellenas de Alcalá. Auténtica comida venezolana preparada al momento. Arepas, empanadas, salsas caseras y mucho más."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Llamar Ahora", href: "tel:+34918888888" },
|
||||
{ text: "Ver Carta", href: "#menu" }
|
||||
@@ -68,7 +68,7 @@ export default function DuguisLandingPage() {
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
imageAlt="Interior restaurante Duguis"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
@@ -99,10 +99,10 @@ export default function DuguisLandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Arepa Rellena", price: "$6,50", imageSrc: "http://img.b2bpic.net/free-photo/bunch-arepas-with-filling-plate_23-2148742420.jpg?_wi=1", imageAlt: "Arepa rellena queso jamón"
|
||||
id: "1", name: "Arepa Rellena", price: "$6,50", imageSrc: "http://img.b2bpic.net/free-photo/bunch-arepas-with-filling-plate_23-2148742420.jpg", imageAlt: "Arepa rellena queso jamón"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Empanada Crujiente", price: "$4,50", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day_123827-33734.jpg?_wi=1", imageAlt: "Empanada rellena carne"
|
||||
id: "2", name: "Empanada Crujiente", price: "$4,50", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day_123827-33734.jpg", imageAlt: "Empanada rellena carne"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Bebida Tropical", price: "$3,00", imageSrc: "http://img.b2bpic.net/free-photo/mojito-drink-steel-glass-with-lime-mint-ice_140725-1399.jpg", imageAlt: "Bebida refrescante tropical"
|
||||
@@ -124,13 +124,13 @@ export default function DuguisLandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Comer en el Local", description: "Visítanos en nuestro acogedor restaurante. Disfruta de comida fresca preparada al momento.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", imageAlt: "Comer en el restaurante"
|
||||
id: "01", title: "Comer en el Local", description: "Visítanos en nuestro acogedor restaurante. Disfruta de comida fresca preparada al momento.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "Comer en el restaurante"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Para Llevar", description: "Haz tu pedido y recógelo en minutos. Perfecto para comer en casa o en el trabajo.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-arepas-with-filling-plate_23-2148742420.jpg?_wi=2", imageAlt: "Comida para llevar"
|
||||
id: "02", title: "Para Llevar", description: "Haz tu pedido y recógelo en minutos. Perfecto para comer en casa o en el trabajo.", imageSrc: "http://img.b2bpic.net/free-photo/bunch-arepas-with-filling-plate_23-2148742420.jpg", imageAlt: "Comida para llevar"
|
||||
},
|
||||
{
|
||||
id: "03", title: "A Domicilio", description: "Pide por Uber Eats o Glovo. Entrega rápida a tu puerta en Alcalá de Henares.", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day_123827-33734.jpg?_wi=2", imageAlt: "Pedido a domicilio"
|
||||
id: "03", title: "A Domicilio", description: "Pide por Uber Eats o Glovo. Entrega rápida a tu puerta en Alcalá de Henares.", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day_123827-33734.jpg", imageAlt: "Pedido a domicilio"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user