Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44021968ac | |||
| 84acce4379 |
120
src/app/page.tsx
120
src/app/page.tsx
@@ -30,22 +30,14 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Inicio",
|
name: "Inicio", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menú",
|
name: "Menú", id: "menu"},
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contacto",
|
name: "Contacto", id: "contacto"},
|
||||||
id: "contacto",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Llamar ahora",
|
text: "Llamar ahora", href: "tel:+529995101895"}}
|
||||||
href: "tel:9995101895",
|
|
||||||
}}
|
|
||||||
brandName="Cocina Doña Guinelia"
|
brandName="Cocina Doña Guinelia"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="Sabor auténtico yucateco en cada platillo"
|
title="Sabor auténtico yucateco en cada platillo"
|
||||||
description="Comida casera, fresca y tradicional en el corazón de Hunucmá. Calidad y sabor que te harán sentir en casa."
|
description="Comida casera, fresca y tradicional en el corazón de Hunucmá. Calidad y sabor que te harán sentir en casa."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Llamar ahora",
|
text: "Llamar ahora", onClick: () => window.location.href = "tel:+529995101895"},
|
||||||
href: "tel:9995101895",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Cómo llegar",
|
text: "Cómo llegar", href: "https://maps.app.goo.gl/example"},
|
||||||
href: "https://maps.app.goo.gl/example",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=1"
|
||||||
imageAlt="Platillo yucateco tradicional"
|
imageAlt="Platillo yucateco tradicional"
|
||||||
@@ -77,14 +64,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"4.7 estrellas en Google",
|
"4.7 estrellas en Google", "Más de 700 reseñas", "Sabor tradicional", "Atención amable", "Calidad casera", "Perfecto para viajeros", "Ubicación céntrica"]}
|
||||||
"Más de 700 reseñas",
|
|
||||||
"Sabor tradicional",
|
|
||||||
"Atención amable",
|
|
||||||
"Calidad casera",
|
|
||||||
"Perfecto para viajeros",
|
|
||||||
"Ubicación céntrica",
|
|
||||||
]}
|
|
||||||
title="Nuestros clientes nos recomiendan"
|
title="Nuestros clientes nos recomiendan"
|
||||||
description="Más de 700 reseñas avalan nuestra tradición y calidad en Hunucmá."
|
description="Más de 700 reseñas avalan nuestra tradición y calidad en Hunucmá."
|
||||||
/>
|
/>
|
||||||
@@ -98,59 +78,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", brand: "Tradicional", name: "Huevos Motuleños", price: "$120", rating: 5,
|
||||||
brand: "Tradicional",
|
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=2"},
|
||||||
name: "Huevos Motuleños",
|
|
||||||
price: "$120",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", brand: "Tradicional", name: "Poc Chuc", price: "$180", rating: 5,
|
||||||
brand: "Tradicional",
|
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=3"},
|
||||||
name: "Poc Chuc",
|
|
||||||
price: "$180",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "200+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", brand: "Tradicional", name: "Huevos Rancheros", price: "$110", rating: 4,
|
||||||
brand: "Tradicional",
|
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=4"},
|
||||||
name: "Huevos Rancheros",
|
|
||||||
price: "$110",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "80+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", brand: "Bebidas", name: "Agua de Cebada", price: "$40", rating: 5,
|
||||||
brand: "Bebidas",
|
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=5"},
|
||||||
name: "Agua de Cebada",
|
|
||||||
price: "$40",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", brand: "Especialidad", name: "Sopa de Lima", price: "$130", rating: 5,
|
||||||
brand: "Especialidad",
|
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=6"},
|
||||||
name: "Sopa de Lima",
|
|
||||||
price: "$130",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=6",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", brand: "Tradicional", name: "Panuchos", price: "$100", rating: 4,
|
||||||
brand: "Tradicional",
|
reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=7"},
|
||||||
name: "Panuchos",
|
|
||||||
price: "$100",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "110+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg?_wi=7",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nuestros Platillos Destacados"
|
title="Nuestros Platillos Destacados"
|
||||||
description="Descubre la auténtica esencia de la gastronomía yucateca con ingredientes frescos."
|
description="Descubre la auténtica esencia de la gastronomía yucateca con ingredientes frescos."
|
||||||
@@ -162,20 +106,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Tradición y Sabor Casero"},
|
||||||
content: "Tradición y Sabor Casero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg", alt: "Restaurante"},
|
||||||
src: "http://img.b2bpic.net/free-photo/top-view-brown-plate-round-formed-with-different-sauces-pink-wall_140725-46920.jpg",
|
|
||||||
alt: "Restaurante",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Llámanos",
|
text: "Llámanos", onClick: () => window.location.href = "tel:+529995101895"},
|
||||||
href: "tel:9995101895",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -184,16 +121,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="¿Antojo de comida yucateca auténtica?"
|
title="¿Antojo de comida yucateca auténtica?"
|
||||||
description="Estamos ubicados en Calle 27 x 30 y 32, Centro, Hunucmá. ¡Visítanos o pide para llevar!"
|
description="Estamos ubicados en Calle 27 x 30 y 32, Centro, Hunucmá. ¡Visítanos o pide para llevar!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Llámanos ahora",
|
text: "Llámanos ahora", onClick: () => window.location.href = "tel:+529995101895"},
|
||||||
href: "tel:9995101895",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -205,9 +139,7 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Phone,
|
icon: Phone,
|
||||||
href: "tel:9995101895",
|
href: "tel:+529995101895", ariaLabel: "Teléfono"},
|
||||||
ariaLabel: "Teléfono",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user