Merge version_1 into main #1
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,47 +32,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Menú", id: "menu" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="SANTO CIELO MX"
|
||||
button={{ text: "Reservar" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="SANTO CIELO MX"
|
||||
description="El auténtico sabor de la calle. Tacos preparados con el corazón, recetas de tradición y la esencia vibrante de México en cada bocado."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Ver Menú", href: "#menu" },
|
||||
{ text: "Contactar", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-meal-with-tacos_23-2148764341.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,10 +63,7 @@ export default function LandingPage() {
|
||||
tag="Nuestra Historia"
|
||||
title="Tradición que eleva el alma"
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce más",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Conoce más", href: "#contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,60 +75,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Especial",
|
||||
name: "Taco al Pastor",
|
||||
price: "$25",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Especial",
|
||||
name: "Taco de Arrachera",
|
||||
price: "$35",
|
||||
rating: 5,
|
||||
reviewCount: "980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Especial",
|
||||
name: "Gringa de Pastor",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-taco_23-2147640350.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Especial",
|
||||
name: "Taco de Carnitas",
|
||||
price: "$25",
|
||||
rating: 4,
|
||||
reviewCount: "670",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-beer-arrangement_23-2148764343.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Especial",
|
||||
name: "Quesadilla Especial",
|
||||
price: "$30",
|
||||
rating: 5,
|
||||
reviewCount: "540",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-tray-mixed-vegetable-salad-garnished-with-potato-chips-marble-background_114579-52585.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Especial",
|
||||
name: "Taco Campechano",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-tacos-arrangement_23-2148764336.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Especial", name: "Taco al Pastor", price: "$25", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
|
||||
{ id: "p2", brand: "Especial", name: "Taco de Arrachera", price: "$35", rating: 5, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11819.jpg" },
|
||||
{ id: "p3", brand: "Especial", name: "Gringa de Pastor", price: "$45", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-taco_23-2147640350.jpg" },
|
||||
{ id: "p4", brand: "Especial", name: "Taco de Carnitas", price: "$25", rating: 4, reviewCount: "670", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-beer-arrangement_23-2148764343.jpg" },
|
||||
{ id: "p5", brand: "Especial", name: "Quesadilla Especial", price: "$30", rating: 5, reviewCount: "540", imageSrc: "http://img.b2bpic.net/free-photo/black-tray-mixed-vegetable-salad-garnished-with-potato-chips-marble-background_114579-52585.jpg" },
|
||||
{ id: "p6", brand: "Especial", name: "Taco Campechano", price: "$28", rating: 5, reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beer-tacos-arrangement_23-2148764336.jpg" },
|
||||
]}
|
||||
title="Nuestros Favoritos"
|
||||
description="Una selección de los tacos y especialidades que han conquistado las calles. Recetas auténticas hechas al momento."
|
||||
@@ -166,21 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Sabor Auténtico",
|
||||
description: "Recetas heredadas de generación en generación.",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Frescura Total",
|
||||
description: "Ingredientes locales seleccionados diariamente.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Hecho con Pasión",
|
||||
description: "Cada orden se prepara con dedicación única.",
|
||||
},
|
||||
{ icon: Flame, title: "Sabor Auténtico", description: "Recetas heredadas de generación en generación." },
|
||||
{ icon: Truck, title: "Frescura Total", description: "Ingredientes locales seleccionados diariamente." },
|
||||
{ icon: Heart, title: "Hecho con Pasión", description: "Cada orden se prepara con dedicación única." },
|
||||
]}
|
||||
title="Por qué somos Santo Cielo"
|
||||
description="Más que comida, somos una experiencia vibrante que celebra la cultura urbana mexicana."
|
||||
@@ -193,41 +108,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Carlos M.",
|
||||
handle: "@carlos_mx",
|
||||
testimonial: "¡Los mejores tacos al pastor que he probado en la ciudad! Increíble.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festa-junina-wearing-straw-hat-young-girl-celebrating-brazilian-festival-eating-yellow-corn_140725-166572.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mariana G.",
|
||||
handle: "@mariana_g",
|
||||
testimonial: "El sabor es auténtico y el ambiente siempre está increíble. Muy recomendado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jorge L.",
|
||||
handle: "@jorgetacos",
|
||||
testimonial: "La arrachera es otro nivel. Siempre que paso por aquí, me detengo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1957.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sofía P.",
|
||||
handle: "@sofiap",
|
||||
testimonial: "Excelente servicio y la comida está lista súper rápido. Sabor increíble.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Daniel V.",
|
||||
handle: "@dani_v",
|
||||
testimonial: "Santo Cielo MX me hace sentir como en casa. La calidad es constante.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-hat-grabbed-neck-isolated-pink_141793-86799.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Carlos M.", handle: "@carlos_mx", testimonial: "¡Los mejores tacos al pastor que he probado en la ciudad! Increíble.", imageSrc: "http://img.b2bpic.net/free-photo/festa-junina-wearing-straw-hat-young-girl-celebrating-brazilian-festival-eating-yellow-corn_140725-166572.jpg" },
|
||||
{ id: "t2", name: "Mariana G.", handle: "@mariana_g", testimonial: "El sabor es auténtico y el ambiente siempre está increíble. Muy recomendado.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg" },
|
||||
{ id: "t3", name: "Jorge L.", handle: "@jorgetacos", testimonial: "La arrachera es otro nivel. Siempre que paso por aquí, me detengo.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-elegant-woman-french-clothes-style-looks-with-wide-eyed-expression_273443-1957.jpg" },
|
||||
{ id: "t4", name: "Sofía P.", handle: "@sofiap", testimonial: "Excelente servicio y la comida está lista súper rápido. Sabor increíble.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg" },
|
||||
{ id: "t5", name: "Daniel V.", handle: "@dani_v", testimonial: "Santo Cielo MX me hace sentir como en casa. La calidad es constante.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-yellow-t-shirt-hat-grabbed-neck-isolated-pink_141793-86799.jpg" },
|
||||
]}
|
||||
title="Qué dicen de nosotros"
|
||||
description="Nuestros clientes son el alma de la taquería."
|
||||
@@ -241,21 +126,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Tacos servidos",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
description: "Años de tradición",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Ingredientes frescos",
|
||||
},
|
||||
{ id: "m1", value: "10k+", description: "Tacos servidos" },
|
||||
{ id: "m2", value: "5+", description: "Años de tradición" },
|
||||
{ id: "m3", value: "100%", description: "Ingredientes frescos" },
|
||||
]}
|
||||
title="Nuestra esencia en números"
|
||||
description="Logros que hablan de nuestra dedicación diaria."
|
||||
@@ -267,14 +140,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Taco Lovers",
|
||||
"Gastronomía CDMX",
|
||||
"Street Food Guide",
|
||||
"Sabor Mexicano",
|
||||
"Urban Eats",
|
||||
"Foodie Mexico",
|
||||
"Top Tacos MX",
|
||||
]}
|
||||
"Taco Lovers", "Gastronomía CDMX", "Street Food Guide", "Sabor Mexicano", "Urban Eats", "Foodie Mexico", "Top Tacos MX"]}
|
||||
title="Nuestra comunidad"
|
||||
description="Gracias a todos los que nos acompañan en este viaje."
|
||||
/>
|
||||
@@ -283,17 +149,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contacto"
|
||||
title="¿Tienes hambre de algo real?"
|
||||
description="Escríbenos para pedidos especiales, eventos o simplemente para saludarnos. ¡Estamos listos para servirte!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar mensaje",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Enviar mensaje", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -302,45 +163,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="SANTO CIELO MX"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
{
|
||||
label: "Tacos",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Especialidades",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menú", items: [{ label: "Tacos", href: "#" }, { label: "Especialidades", href: "#" }] },
|
||||
{ title: "Empresa", items: [{ label: "Nosotros", href: "#" }, { label: "Contacto", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Santo Cielo MX. Todos los derechos reservados."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user