Update src/app/page.tsx

This commit is contained in:
2026-05-05 23:44:56 +00:00
parent 776e1e70fc
commit ee67b1d1f7

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Historia",
id: "about",
},
name: "Historia", id: "about"},
{
name: "Menú",
id: "product",
},
name: "Menú", id: "product"},
{
name: "Reservas",
id: "contact",
},
name: "Reservas", id: "contact"},
]}
brandName="Licantropo"
/>
@@ -55,61 +47,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Auténtica Italia en el corazón de Del Valle"
description="Licantropo Trattoria trae la calidez de las trattorias tradicionales italianas a la Ciudad de México. Pizzas al horno de barro, pastas artesanales y vinos seleccionados en un ambiente acogedor donde cada detalle importa."
buttons={[
{
text: "Reserva tu mesa ahora",
href: "#contact",
},
text: "Reserva tu mesa ahora", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg"
imageAlt="Wood fired pizza and pasta"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-delicious-italian-pasta-unusual-cooked-spiral-pasta-dark-space_140725-95151.jpg",
alt: "Chef preparing authentic pasta",
},
src: "http://img.b2bpic.net/free-photo/front-view-delicious-italian-pasta-unusual-cooked-spiral-pasta-dark-space_140725-95151.jpg", alt: "Chef preparing authentic pasta"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-holding-fresh-cheese_23-2150096981.jpg",
alt: "Quality ingredients selection",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-holding-fresh-cheese_23-2150096981.jpg", alt: "Quality ingredients selection"},
{
src: "http://img.b2bpic.net/free-photo/bowl-fusilli-pasta-fresh-vegetables-tablecloth_114579-20269.jpg",
alt: "Handmade pasta process",
},
src: "http://img.b2bpic.net/free-photo/bowl-fusilli-pasta-fresh-vegetables-tablecloth_114579-20269.jpg", alt: "Handmade pasta process"},
{
src: "http://img.b2bpic.net/free-photo/bow-tie-pasta-wooden-plate-marble-space_114579-76384.jpg",
alt: "Wood fired oven atmosphere",
},
src: "http://img.b2bpic.net/free-photo/bow-tie-pasta-wooden-plate-marble-space_114579-76384.jpg", alt: "Wood fired oven atmosphere"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg",
alt: "Signature Margherita pizza",
},
src: "http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg", alt: "Signature Margherita pizza"},
]}
marqueeItems={[
{
type: "text",
text: "HORNO DE BARRO",
},
type: "text", text: "HORNO DE BARRO"},
{
type: "text",
text: "PASTA ARTESANAL",
},
type: "text", text: "PASTA ARTESANAL"},
{
type: "text",
text: "VINOS DE ITALIA",
},
type: "text", text: "VINOS DE ITALIA"},
{
type: "text",
text: "DEL VALLE CDMX",
},
type: "text", text: "DEL VALLE CDMX"},
{
type: "text",
text: "TRADICIÓN REAL",
},
type: "text", text: "TRADICIÓN REAL"},
]}
/>
</div>
@@ -119,7 +88,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Nuestra Filosofía"
description="En Licantropo, creemos en el arte de la paciencia. Desde nuestra masa fermentada naturalmente hasta el calor de nuestro horno de barro, cada elemento busca recrear la esencia de una trattoria italiana auténtica."
imageSrc="http://img.b2bpic.net/free-photo/food-background-food-concept-with-various-tasty-fresh-ingredients-cooking-italian-food-ingredients-view-from-with-copy-space_1220-1363.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/food-background-food-concept-with-various-tasty-fresh-ingredients-cooking-italian-food-ingredients-view-from-with-copy-space_1220-1363.jpg"
imageAlt="Chef at work"
/>
</div>
@@ -132,47 +101,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Margherita",
price: "$180",
variant: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=1",
},
id: "1", name: "Margherita", price: "$180", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg"},
{
id: "2",
name: "Fettuccine Al Tartufo",
price: "$240",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-24751.jpg",
},
id: "2", name: "Fettuccine Al Tartufo", price: "$240", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/loaf-cheese-bread-with-herbal-butter-wooden-plate-with-herbs_181624-24751.jpg"},
{
id: "3",
name: "Lasagna Tradizionale",
price: "$210",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/grated-carrots-spaghetti-wooden-board-marble-surface_114579-63711.jpg",
},
id: "3", name: "Lasagna Tradizionale", price: "$210", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/grated-carrots-spaghetti-wooden-board-marble-surface_114579-63711.jpg"},
{
id: "4",
name: "Burrata al Prosciutto",
price: "$190",
variant: "Antipasti",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-piece-fresh-tasty-tiramisu-white-plate_181624-46167.jpg",
},
id: "4", name: "Burrata al Prosciutto", price: "$190", variant: "Antipasti", imageSrc: "http://img.b2bpic.net/free-photo/closeup-piece-fresh-tasty-tiramisu-white-plate_181624-46167.jpg"},
{
id: "5",
name: "Tiramisú",
price: "$120",
variant: "Dolce",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza_23-2148753764.jpg",
},
id: "5", name: "Tiramisú", price: "$120", variant: "Dolce", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza_23-2148753764.jpg"},
{
id: "6",
name: "Pizza al Tartufo",
price: "$280",
variant: "Pizza",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg",
},
id: "6", name: "Pizza al Tartufo", price: "$280", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2485.jpg"},
]}
title="Especialidades del Horno"
description="Explora nuestra selección de platos clásicos preparados con ingredientes frescos y técnicas tradicionales."
@@ -186,49 +125,31 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Horno de Barro",
description: "Auténtico sabor italiano con cocción a la leña.",
icon: Flame,
title: "Horno de Barro", description: "Auténtico sabor italiano con cocción a la leña.", icon: Flame,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg?_wi=2",
imageAlt: "artisan margherita pizza wood fired",
},
{
title: "Vinos de Autor",
description: "Selección curada de etiquetas italianas.",
icon: Wine,
title: "Vinos de Autor", description: "Selección curada de etiquetas italianas.", icon: Wine,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-salmon-grated-cheese_141793-535.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-salmon-grated-cheese_141793-535.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-salad_74190-5120.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-salad_74190-5120.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/food-background-food-concept-with-various-tasty-fresh-ingredients-cooking-italian-food-ingredients-view-from-with-copy-space_1220-1363.jpg?_wi=2",
imageAlt: "artisan margherita pizza wood fired",
},
{
title: "Pasta Artesanal",
description: "Hecha a mano diariamente en nuestra cocina.",
icon: Utensils,
title: "Pasta Artesanal", description: "Hecha a mano diariamente en nuestra cocina.", icon: Utensils,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030744.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030744.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-35115.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-35115.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=2",
imageAlt: "artisan margherita pizza wood fired",
},
]}
title="La Experiencia Licantropo"
@@ -243,55 +164,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
tag: "Popular",
price: "$450",
period: "Botella",
description: "Vino tinto ligero y frutal para acompañar pizzas.",
button: {
text: "Reservar mesa",
href: "#contact",
},
featuresTitle: "Notas de cata",
features: [
"Frutos rojos",
"Taninos suaves",
"Origen: Toscana",
],
id: "p1", tag: "Popular", price: "$450", period: "Botella", description: "Vino tinto ligero y frutal para acompañar pizzas.", button: {
text: "Reservar mesa", href: "#contact"},
featuresTitle: "Notas de cata", features: [
"Frutos rojos", "Taninos suaves", "Origen: Toscana"],
},
{
id: "p2",
tag: "Premium",
price: "$890",
period: "Botella",
description: "Selección superior para paladares exigentes.",
button: {
text: "Reservar mesa",
href: "#contact",
},
featuresTitle: "Notas de cata",
features: [
"Roble tostado",
"Cuerpo completo",
"Origen: Piamonte",
],
id: "p2", tag: "Premium", price: "$890", period: "Botella", description: "Selección superior para paladares exigentes.", button: {
text: "Reservar mesa", href: "#contact"},
featuresTitle: "Notas de cata", features: [
"Roble tostado", "Cuerpo completo", "Origen: Piamonte"],
},
{
id: "p3",
tag: "Vino Blanco",
price: "$380",
period: "Botella",
description: "Refrescante opción para pastas al pesto.",
button: {
text: "Reservar mesa",
href: "#contact",
},
featuresTitle: "Notas de cata",
features: [
"Cítricos",
"Frescura",
"Origen: Véneto",
],
id: "p3", tag: "Vino Blanco", price: "$380", period: "Botella", description: "Refrescante opción para pastas al pesto.", button: {
text: "Reservar mesa", href: "#contact"},
featuresTitle: "Notas de cata", features: [
"Cítricos", "Frescura", "Origen: Véneto"],
},
]}
title="Nuestra Cava"
@@ -306,45 +194,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elena R.",
handle: "@elena_cdmx",
testimonial: "La mejor pizza en Del Valle, sin duda alguna.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ice-cream_23-2149005364.jpg",
},
id: "1", name: "Elena R.", handle: "@elena_cdmx", testimonial: "La mejor pizza en Del Valle, sin duda alguna.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ice-cream_23-2149005364.jpg"},
{
id: "2",
name: "Carlos M.",
handle: "@carlos_foodie",
testimonial: "Excelente servicio y una carta de vinos sorprendente.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg",
},
id: "2", name: "Carlos M.", handle: "@carlos_foodie", testimonial: "Excelente servicio y una carta de vinos sorprendente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg"},
{
id: "3",
name: "Sofía G.",
handle: "@sofia_g",
testimonial: "El ambiente es perfecto para una cita romántica.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
},
id: "3", name: "Sofía G.", handle: "@sofia_g", testimonial: "El ambiente es perfecto para una cita romántica.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
{
id: "4",
name: "Javier P.",
handle: "@javier_p",
testimonial: "Auténtica comida italiana, las pastas son increíbles.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-flirting-with-her-man-while-have-romantic-dinner_171337-19274.jpg",
},
id: "4", name: "Javier P.", handle: "@javier_p", testimonial: "Auténtica comida italiana, las pastas son increíbles.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-flirting-with-her-man-while-have-romantic-dinner_171337-19274.jpg"},
{
id: "5",
name: "Laura D.",
handle: "@laura_d",
testimonial: "Un pedacito de Italia en casa.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg",
},
id: "5", name: "Laura D.", handle: "@laura_d", testimonial: "Un pedacito de Italia en casa.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-toasting-with-beer-bottles-while-having-lunch-with-friends-home-focus-is-redhead-woman_637285-5550.jpg"},
]}
showRating={true}
title="Lo que dicen nuestros clientes"
@@ -356,16 +219,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contacto"
title="Reserva una Mesa"
description="Estamos listos para recibirte en nuestra trattoria. Haz tu reserva online y asegura tu lugar hoy."
buttons={[
{
text: "Reservar por WhatsApp",
href: "https://wa.me/5215512345678",
},
text: "Reservar por WhatsApp", href: "https://wa.me/5215512345678"},
]}
/>
</div>
@@ -374,13 +234,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Licantropo"
leftLink={{
text: "Términos y Privacidad",
href: "#",
}}
text: "Términos y Privacidad", href: "#"}}
rightLink={{
text: "2024 Licantropo Trattoria",
href: "#",
}}
text: "2024 Licantropo Trattoria", href: "#"}}
/>
</div>
</ReactLenis>