Merge version_3 into main #1

Merged
bender merged 1 commits from version_3 into main 2026-06-05 21:54:35 +00:00

View File

@@ -32,45 +32,32 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio",
id: "#home",
},
name: "Inicio", id: "#home"},
{
name: "Nosotros",
id: "#about",
},
name: "Nosotros", id: "#about"},
{
name: "Menú",
id: "#menu",
},
name: "Menú", id: "#menu"},
{
name: "Testimonios",
id: "#testimonials",
},
name: "Testimonios", id: "#testimonials"},
{
name: "Ofertas",
id: "#offers",
},
name: "Ofertas", id: "#offers"},
{
name: "Contacto",
id: "#contact",
},
name: "Contacto", id: "#contact"},
{
name: "Taqueria Perez", id: "/taqueria-perez"},
]}
logoSrc="http://img.b2bpic.net/free-photo/three-fish-tacos-with-cabbage-lime-dark-plate_84443-94440.jpg"
logoAlt="Tacos De La Cruz Logo"
brandName="Tacos De La Cruz"
button={{
text: "Ordenar Ahora",
href: "#contact",
}}
text: "Ordenar Ahora", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplit
background={{
variant: "plain",
}}
variant: "plain"}}
imagePosition="right"
title="Saborea la Autenticidad"
description="En Tacos De La Cruz, cada bocado es un viaje a México. Disfruta de nuestros tacos frescos, hechos con ingredientes de la más alta calidad y recetas tradicionales."
@@ -78,13 +65,9 @@ export default function LandingPage() {
tagAnimation="opacity"
buttons={[
{
text: "Ver Menú",
href: "#menu",
},
text: "Ver Menú", href: "#menu"},
{
text: "Ordenar Online",
href: "#contact",
},
text: "Ordenar Online", href: "#contact"},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/tacos-other-mexican-food_23-2147740772.jpg"
@@ -93,50 +76,28 @@ export default function LandingPage() {
fixedMediaHeight={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-waitress-serving-tortilla-chips-guests-tavern_637285-1122.jpg",
alt: "Closeup of unrecognizable waitress serving tortilla chips to guests in a tavern",
},
src: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-waitress-serving-tortilla-chips-guests-tavern_637285-1122.jpg", alt: "Closeup of unrecognizable waitress serving tortilla chips to guests in a tavern"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151048053.jpg",
alt: "Front view woman with delicious taco",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151048053.jpg", alt: "Front view woman with delicious taco"},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-tacos_23-2150878307.jpg",
alt: "Front view man with delicious tacos",
},
src: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-tacos_23-2150878307.jpg", alt: "Front view man with delicious tacos"},
{
src: "http://img.b2bpic.net/free-photo/close-up-people-with-sauce-tortilla-chips_23-2148329089.jpg",
alt: "Close-up people with sauce and tortilla chips",
},
src: "http://img.b2bpic.net/free-photo/close-up-people-with-sauce-tortilla-chips_23-2148329089.jpg", alt: "Close-up people with sauce and tortilla chips"},
{
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
alt: "Young pretty woman drinking tasty sweet cocktail at city terrace, casual trendy outfit, weekend and travel mood.",
},
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg", alt: "Young pretty woman drinking tasty sweet cocktail at city terrace, casual trendy outfit, weekend and travel mood."},
]}
avatarText="+1000 Clientes Felices"
marqueeItems={[
{
type: "text",
text: "Calidad Garantizada",
},
type: "text", text: "Calidad Garantizada"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg",
alt: "Grilled beef tacos with fresh guacamole and salsa generated by AI",
},
type: "image", src: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg", alt: "Grilled beef tacos with fresh guacamole and salsa generated by AI"},
{
type: "text",
text: "Sabores Auténticos",
},
type: "text", text: "Sabores Auténticos"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg",
alt: "Mexican food",
},
type: "image", src: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg", alt: "Mexican food"},
{
type: "text-icon",
text: "Entrega Rápida",
icon: Car,
type: "text-icon", text: "Entrega Rápida", icon: Car,
},
]}
/>
@@ -162,38 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Ingredientes de Calidad",
descriptions: [
"Verduras frescas cosechadas localmente.",
"Carnes de primera calidad.",
"Tortillas hechas a mano diariamente.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-prepare-bowl-chopped-red-cabbage-togther-with-bunch-parsley-garlic-bowl-black-pepper-turmeric-ground-pepper-beet-salad-wooden-table-with-copy-place_140725-138801.jpg",
imageAlt: "Ingredientes frescos",
},
id: "f1", title: "Ingredientes de Calidad", descriptions: [
"Verduras frescas cosechadas localmente.", "Carnes de primera calidad.", "Tortillas hechas a mano diariamente."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-prepare-bowl-chopped-red-cabbage-togther-with-bunch-parsley-garlic-bowl-black-pepper-turmeric-ground-pepper-beet-salad-wooden-table-with-copy-place_140725-138801.jpg", imageAlt: "Ingredientes frescos"},
{
id: "f2",
title: "Recetas Tradicionales",
descriptions: [
"Sabor auténtico transmitido por generaciones.",
"Cocina casera con un toque moderno.",
"Secretos de familia en cada salsa.",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dishes-with-green-beans-lemon_23-2148460179.jpg",
imageAlt: "Tortillas hechas a mano",
},
id: "f2", title: "Recetas Tradicionales", descriptions: [
"Sabor auténtico transmitido por generaciones.", "Cocina casera con un toque moderno.", "Secretos de familia en cada salsa."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dishes-with-green-beans-lemon_23-2148460179.jpg", imageAlt: "Tortillas hechas a mano"},
{
id: "f3",
title: "Salsas Caseras",
descriptions: [
"Picantes y sabrosas, para todos los gustos.",
"Hechas frescas cada día.",
"Desde suaves hasta extra picantes.",
],
imageSrc: "http://img.b2bpic.net/free-photo/nachos-near-sauces-bowls_23-2148132096.jpg",
imageAlt: "Variedad de salsas",
},
id: "f3", title: "Salsas Caseras", descriptions: [
"Picantes y sabrosas, para todos los gustos.", "Hechas frescas cada día.", "Desde suaves hasta extra picantes."],
imageSrc: "http://img.b2bpic.net/free-photo/nachos-near-sauces-bowls_23-2148132096.jpg", imageAlt: "Variedad de salsas"},
]}
title="Ingredientes Frescos y Auténticos"
description="Nos enorgullecemos de la calidad. Seleccionamos los mejores ingredientes locales y de origen mexicano para asegurar un sabor inigualable en cada uno de nuestros platillos."
@@ -211,65 +151,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Taco Clásico",
name: "Taco de Carne Asada",
price: "$3.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-tacos-with-fresh-salsa-guacamole_23-2151997981.jpg",
imageAlt: "Taco de Carne Asada",
},
id: "p1", brand: "Taco Clásico", name: "Taco de Carne Asada", price: "$3.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-tacos-with-fresh-salsa-guacamole_23-2151997981.jpg", imageAlt: "Taco de Carne Asada"},
{
id: "p2",
brand: "Favorito",
name: "Taco Al Pastor",
price: "$3.25",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-flat-lay_23-2148629373.jpg",
imageAlt: "Taco Al Pastor",
},
id: "p2", brand: "Favorito", name: "Taco Al Pastor", price: "$3.25", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-flat-lay_23-2148629373.jpg", imageAlt: "Taco Al Pastor"},
{
id: "p3",
brand: "Tradicional",
name: "Taco de Carnitas",
price: "$3.75",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg",
imageAlt: "Taco de Carnitas",
},
id: "p3", brand: "Tradicional", name: "Taco de Carnitas", price: "$3.75", rating: 5,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-with-sauce-arrangement_23-2148629320.jpg", imageAlt: "Taco de Carnitas"},
{
id: "p4",
brand: "Ligero",
name: "Taco de Pollo Asado",
price: "$3.00",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg",
imageAlt: "Taco de Pollo Asado",
},
id: "p4", brand: "Ligero", name: "Taco de Pollo Asado", price: "$3.00", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg", imageAlt: "Taco de Pollo Asado"},
{
id: "p5",
brand: "Del Mar",
name: "Taco de Camarón",
price: "$4.00",
rating: 4,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22839.jpg",
imageAlt: "Taco de Camarón",
},
id: "p5", brand: "Del Mar", name: "Taco de Camarón", price: "$4.00", rating: 4,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22839.jpg", imageAlt: "Taco de Camarón"},
{
id: "p6",
brand: "Veggie",
name: "Taco Vegetariano",
price: "$2.75",
rating: 4,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150770563.jpg",
imageAlt: "Taco Vegetariano",
},
id: "p6", brand: "Veggie", name: "Taco Vegetariano", price: "$2.75", rating: 4,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-arrangement_23-2150770563.jpg", imageAlt: "Taco Vegetariano"},
]}
title="Nuestro Menú Estelar"
description="Descubre una explosión de sabores con nuestra variada selección de tacos. ¡Hay uno para cada antojo!"
@@ -284,41 +182,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "María G.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-tacos_23-2150878355.jpg",
imageAlt: "Foto de María G.",
},
id: "t1", name: "María G.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-tacos_23-2150878355.jpg", imageAlt: "Foto de María G."},
{
id: "t2",
name: "Carlos R.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2803.jpg",
imageAlt: "Foto de Carlos R.",
},
id: "t2", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-talking-phone-coffee-shop_273609-2803.jpg", imageAlt: "Foto de Carlos R."},
{
id: "t3",
name: "Sofía M.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-interracial-women-meet-developing-website_273609-18141.jpg",
imageAlt: "Foto de Sofía M.",
},
id: "t3", name: "Sofía M.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-interracial-women-meet-developing-website_273609-18141.jpg", imageAlt: "Foto de Sofía M."},
{
id: "t4",
name: "Juan P.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231296.jpg",
imageAlt: "Foto de Juan P.",
},
id: "t4", name: "Juan P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231296.jpg", imageAlt: "Foto de Juan P."},
{
id: "t5",
name: "Elena L.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-traveling-together_52683-126494.jpg",
imageAlt: "Foto de Elena L.",
},
id: "t5", name: "Elena L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-traveling-together_52683-126494.jpg", imageAlt: "Foto de Elena L."},
{
id: "t6",
name: "David S.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151047998.jpg",
imageAlt: "Foto de David S.",
},
id: "t6", name: "David S.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-taco_23-2151047998.jpg", imageAlt: "Foto de David S."},
]}
cardTitle="¿Qué Dicen Nuestros Clientes?"
cardTag="Experiencias Auténticas"
@@ -335,61 +209,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "offer1",
badge: "Popular",
badgeIcon: Sparkles,
price: "$12.00",
subtitle: "Combo 3 Tacos + Bebida",
buttons: [
id: "offer1", badge: "Popular", badgeIcon: Sparkles,
price: "$12.00", subtitle: "Combo 3 Tacos + Bebida", buttons: [
{
text: "Pedir Combo",
href: "#contact",
},
text: "Pedir Combo", href: "#contact"},
],
features: [
"3 tacos a elegir (carne, pollo, pastor)",
"1 bebida refrescante (soda o agua fresca)",
"Salsas y complementos incluidos",
"Ideal para un almuerzo rápido",
],
"3 tacos a elegir (carne, pollo, pastor)", "1 bebida refrescante (soda o agua fresca)", "Salsas y complementos incluidos", "Ideal para un almuerzo rápido"],
},
{
id: "offer2",
badge: "Familiar",
badgeIcon: Users,
price: "$25.00",
subtitle: "Paquete Familiar (8 Tacos)",
buttons: [
id: "offer2", badge: "Familiar", badgeIcon: Users,
price: "$25.00", subtitle: "Paquete Familiar (8 Tacos)", buttons: [
{
text: "Pedir Paquete",
href: "#contact",
},
text: "Pedir Paquete", href: "#contact"},
],
features: [
"8 tacos a elegir (variedad familiar)",
"2 bebidas grandes (horchata o jamaica)",
"Guacamole y totopos grandes",
"Perfecto para compartir en casa",
],
"8 tacos a elegir (variedad familiar)", "2 bebidas grandes (horchata o jamaica)", "Guacamole y totopos grandes", "Perfecto para compartir en casa"],
},
{
id: "offer3",
badge: "Especial del Día",
badgeIcon: Award,
price: "$8.00",
subtitle: "Taco Gigante + Agua Fresca",
buttons: [
id: "offer3", badge: "Especial del Día", badgeIcon: Award,
price: "$8.00", subtitle: "Taco Gigante + Agua Fresca", buttons: [
{
text: "Pedir Oferta",
href: "#contact",
},
text: "Pedir Oferta", href: "#contact"},
],
features: [
"1 taco especial del día (cambia diario)",
"1 agua fresca natural",
"Una experiencia de sabor única",
"¡No te la pierdas!",
],
"1 taco especial del día (cambia diario)", "1 agua fresca natural", "Una experiencia de sabor única", "¡No te la pierdas!"],
},
]}
title="Nuestras Ofertas Especiales"
@@ -404,8 +248,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visítanos o Contáctanos"
title="¿Listo para Disfrutar?"
description="Estamos ansiosos por servirte los mejores tacos de la ciudad. Haz tu pedido online o ven a nuestro restaurante. ¡Te esperamos!"
@@ -423,58 +266,37 @@ export default function LandingPage() {
logoText="Tacos De La Cruz"
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "#home",
},
label: "Inicio", href: "#home"},
{
label: "Nosotros",
href: "#about",
},
label: "Nosotros", href: "#about"},
{
label: "Menú",
href: "#menu",
},
label: "Menú", href: "#menu"},
{
label: "Testimonios",
href: "#testimonials",
},
label: "Testimonios", href: "#testimonials"},
{
label: "Contacto",
href: "#contact",
},
label: "Contacto", href: "#contact"},
{
label: "Taqueria Perez", href: "/taqueria-perez"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
{
label: "Términos de Servicio",
href: "#",
},
label: "Términos de Servicio", href: "#"},
],
},
{
title: "Síguenos",
items: [
title: "Síguenos", items: [
{
label: "Facebook",
href: "https://facebook.com/tacosdelacruz",
},
label: "Facebook", href: "https://facebook.com/tacosdelacruz"},
{
label: "Instagram",
href: "https://instagram.com/tacosdelacruz",
},
label: "Instagram", href: "https://instagram.com/tacosdelacruz"},
{
label: "Twitter",
href: "https://twitter.com/tacosdelacruz",
},
label: "Twitter", href: "https://twitter.com/tacosdelacruz"},
],
},
]}
@@ -484,4 +306,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}