Merge version_1 into main #1
272
src/app/page.tsx
272
src/app/page.tsx
@@ -31,87 +31,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Lamasan ラマさん"
|
||||
button={{ text: "Reserva" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Auténtica Experiencia Japonesa en el Corazón de la Ciudad"
|
||||
description="Lamasan 라マさん te invita a descubrir los sabores más puros y refinados de Japón, donde la tradición se encuentra con la excelencia culinaria contemporánea."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserva tu Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reserva tu Mesa", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-restaurant_23-2149429321.jpg"
|
||||
imageAlt="Interior de restaurante Lamasan"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149288407.jpg",
|
||||
alt: "Close up on japanese street food shop",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244689.jpg",
|
||||
alt: "Portrait of handsome asian man at a friends reunion",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chinese-old-house_1127-3656.jpg",
|
||||
alt: "chinese old house",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg",
|
||||
alt: "Dinner set sushi rolls salads cocktails hookah side view",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-eating-salmon-dish-bowl-restaurant_23-2150461478.jpg",
|
||||
alt: "Man eating salmon dish bowl at the restaurant",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food-shop_23-2149288407.jpg", alt: "Close up on japanese street food shop" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244689.jpg", alt: "Portrait of handsome asian man at a friends reunion" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chinese-old-house_1127-3656.jpg", alt: "chinese old house" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg", alt: "Dinner set sushi rolls salads cocktails hookah side view" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-eating-salmon-dish-bowl-restaurant_23-2150461478.jpg", alt: "Man eating salmon dish bowl at the restaurant" },
|
||||
]}
|
||||
avatarText="Más de 500 clientes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sushi Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ramen Artesanal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hospitalidad Omotenashi",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ingredientes Frescos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ambiente Zen",
|
||||
},
|
||||
{ type: "text", text: "Sushi Premium" },
|
||||
{ type: "text", text: "Ramen Artesanal" },
|
||||
{ type: "text", text: "Hospitalidad Omotenashi" },
|
||||
{ type: "text", text: "Ingredientes Frescos" },
|
||||
{ type: "text", text: "Ambiente Zen" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,14 +74,8 @@ export default function LandingPage() {
|
||||
title="El Arte de la Hospitalidad Omotenashi"
|
||||
description="En Lamasan, cada detalle cuenta. Desde la selección diaria de pescado fresco hasta la dedicación de nuestros chefs, honramos la técnica milenaria japonesa para ofrecerte una velada inolvidable."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Años de Tradición",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Ingredientes Frescos",
|
||||
},
|
||||
{ value: "15+", title: "Años de Tradición" },
|
||||
{ value: "100%", title: "Ingredientes Frescos" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-learning-make-sushi_23-2151202948.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -142,22 +88,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Omakase",
|
||||
description: "Menú degustación sorpresa elegido por nuestro chef.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-sushi-goodies_23-2148930381.jpg",
|
||||
},
|
||||
title: "Omakase", description: "Menú degustación sorpresa elegido por nuestro chef.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-sushi-goodies_23-2148930381.jpg"},
|
||||
{
|
||||
title: "Ramen Artesanal",
|
||||
description: "Caldo cocinado por 24 horas con fideos caseros.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-tomato-spaghetti-with-sticks_140725-8953.jpg",
|
||||
},
|
||||
title: "Ramen Artesanal", description: "Caldo cocinado por 24 horas con fideos caseros.", imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-tomato-spaghetti-with-sticks_140725-8953.jpg"},
|
||||
{
|
||||
title: "Tempura Premium",
|
||||
description: "Crujiente y ligero, elaborado al momento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7708.jpg",
|
||||
},
|
||||
title: "Tempura Premium", description: "Crujiente y ligero, elaborado al momento.", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-wood_1339-7708.jpg"},
|
||||
]}
|
||||
title="Nuestras Especialidades"
|
||||
description="Explora una carta diseñada para despertar tus sentidos."
|
||||
@@ -171,48 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sashimi Deluxe",
|
||||
price: "28€",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tonkotsu Ramen",
|
||||
price: "18€",
|
||||
variant: "Tradicional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950855.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ebi Tempura",
|
||||
price: "16€",
|
||||
variant: "Crujiente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-table_1339-7812.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mochi Matcha",
|
||||
price: "8€",
|
||||
variant: "Postre",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-dessert-mochi_1339-8394.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sake Selección",
|
||||
price: "12€",
|
||||
variant: "Bebida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150379001.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Edamame Sal",
|
||||
price: "6€",
|
||||
variant: "Aperitivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-rolls-asparagus-plate-with-sauce_23-2148381143.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Sashimi Deluxe", price: "28€", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg" },
|
||||
{ id: "p2", name: "Tonkotsu Ramen", price: "18€", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950855.jpg" },
|
||||
{ id: "p3", name: "Ebi Tempura", price: "16€", variant: "Crujiente", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-table_1339-7812.jpg" },
|
||||
{ id: "p4", name: "Mochi Matcha", price: "8€", variant: "Postre", imageSrc: "http://img.b2bpic.net/free-photo/colorful-dessert-mochi_1339-8394.jpg" },
|
||||
{ id: "p5", name: "Sake Selección", price: "12€", variant: "Bebida", imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150379001.jpg" },
|
||||
{ id: "p6", name: "Edamame Sal", price: "6€", variant: "Aperitivo", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-rolls-asparagus-plate-with-sauce_23-2148381143.jpg" },
|
||||
]}
|
||||
title="Carta de Autor"
|
||||
description="Selección de platillos imperdibles."
|
||||
@@ -225,24 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Kenji Sato",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elderly-man-recording-recipe-step-by-step-hoe-kitchen-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14457.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mari Nakano",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-bartenders_23-2150347025.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Hiro Tanaka",
|
||||
role: "Apprentice Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-chef-plating-meal_23-2148794089.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Kenji Sato", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elderly-man-recording-recipe-step-by-step-hoe-kitchen-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14457.jpg" },
|
||||
{ id: "t2", name: "Mari Nakano", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-bartenders_23-2150347025.jpg" },
|
||||
{ id: "t3", name: "Hiro Tanaka", role: "Apprentice Chef", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-chef-plating-meal_23-2148794089.jpg" },
|
||||
]}
|
||||
title="Nuestros Maestros"
|
||||
description="El equipo detrás de cada plato."
|
||||
@@ -255,41 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
role: "Crítica Gastronómica",
|
||||
testimonial: "El mejor ramen que he probado en años.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos R.",
|
||||
role: "Foodie",
|
||||
testimonial: "Atención impecable y sushi de clase mundial.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana S.",
|
||||
role: "Cliente habitual",
|
||||
testimonial: "Un oasis de tranquilidad en la ciudad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Luis V.",
|
||||
role: "Empresario",
|
||||
testimonial: "La calidad de los productos es indiscutible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofía G.",
|
||||
role: "Turista",
|
||||
testimonial: "Una experiencia culinaria auténtica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{ id: "1", name: "Elena M.", role: "Crítica Gastronómica", testimonial: "El mejor ramen que he probado en años.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-having-dinner-together_23-2148454155.jpg" },
|
||||
{ id: "2", name: "Carlos R.", role: "Foodie", testimonial: "Atención impecable y sushi de clase mundial.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
|
||||
{ id: "3", name: "Ana S.", role: "Cliente habitual", testimonial: "Un oasis de tranquilidad en la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" },
|
||||
{ id: "4", name: "Luis V.", role: "Empresario", testimonial: "La calidad de los productos es indiscutible.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg" },
|
||||
{ id: "5", name: "Sofía G.", role: "Turista", testimonial: "Una experiencia culinaria auténtica.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Experiencias gastronómicas inolvidables."
|
||||
@@ -301,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Necesito reserva?",
|
||||
content: "Se recomienda reservar, especialmente los fines de semana.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Tienen opciones veganas?",
|
||||
content: "Sí, contamos con una sección dedicada de platos vegetales.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Cuál es el horario?",
|
||||
content: "Abierto de martes a domingo, de 13:00 a 23:00.",
|
||||
},
|
||||
{ id: "f1", title: "¿Necesito reserva?", content: "Se recomienda reservar, especialmente los fines de semana." },
|
||||
{ id: "f2", title: "¿Tienen opciones veganas?", content: "Sí, contamos con una sección dedicada de platos vegetales." },
|
||||
{ id: "f3", title: "¿Cuál es el horario?", content: "Abierto de martes a domingo, de 13:00 a 23:00." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber antes de visitarnos."
|
||||
@@ -326,18 +171,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contacto"
|
||||
title="Reserva tu Mesa en Lamasan"
|
||||
description="Estamos listos para recibirte. Asegura tu lugar hoy mismo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Hacer Reserva",
|
||||
href: "mailto:reservas@lamasan.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Hacer Reserva", href: "mailto:reservas@lamasan.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -345,29 +183,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Lamasan",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menú",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Lamasan", items: [
|
||||
{ label: "Sobre Nosotros", href: "#about" },
|
||||
{ label: "Menú", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidad", href: "#" },
|
||||
{ label: "Términos", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user