Merge version_1 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "La Experiencia",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Platos Estrella",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Reservar",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "La Experiencia", id: "about" },
|
||||
{ name: "Platos Estrella", id: "products" },
|
||||
{ name: "Reseñas", id: "testimonials" },
|
||||
{ name: "Reservar", id: "contact" },
|
||||
]}
|
||||
brandName="Pad Thai Sant Cugat"
|
||||
/>
|
||||
@@ -57,17 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Pad Thai Sant Cugat"
|
||||
description="El sabor auténtico de Bangkok llega a Sant Cugat."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú / Reservar",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Ver Menú / Reservar", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571710.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -79,18 +57,9 @@ export default function LandingPage() {
|
||||
title="La esencia de El Encuentro, evolucionada."
|
||||
description="Transformamos el legado de este emblemático local en una experiencia premium. Decoración de lujo, servicio impecable y la esencia auténtica que los locales aman, ahora con una chispa asiática inigualable."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Autenticidad",
|
||||
},
|
||||
{
|
||||
value: "Premium",
|
||||
title: "Vibe",
|
||||
},
|
||||
{
|
||||
value: "Fusion",
|
||||
title: "Legacy",
|
||||
},
|
||||
{ value: "100%", title: "Autenticidad" },
|
||||
{ value: "Premium", title: "Vibe" },
|
||||
{ value: "Fusion", title: "Legacy" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso_23-2148933350.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,42 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lentejas Fusión",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751986.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pad Thai Clásico",
|
||||
price: "16€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-rice-red-stir-vegetable_1203-4614.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Asian Style Entrepans",
|
||||
price: "12€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500429.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Curry de Autor",
|
||||
price: "18€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529792.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dumplings Caseros",
|
||||
price: "10€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-asian-noodles-with-vegetables-shrimp-bowl_84443-81543.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tallarines Especiales",
|
||||
price: "15€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Lentejas Fusión", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751986.jpg" },
|
||||
{ id: "p2", name: "Pad Thai Clásico", price: "16€", imageSrc: "http://img.b2bpic.net/free-photo/eat-rice-red-stir-vegetable_1203-4614.jpg" },
|
||||
{ id: "p3", name: "Asian Style Entrepans", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500429.jpg" },
|
||||
{ id: "p4", name: "Curry de Autor", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529792.jpg" },
|
||||
{ id: "p5", name: "Dumplings Caseros", price: "10€", imageSrc: "http://img.b2bpic.net/free-photo/steaming-asian-noodles-with-vegetables-shrimp-bowl_84443-81543.jpg" },
|
||||
{ id: "p6", name: "Tallarines Especiales", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529776.jpg" },
|
||||
]}
|
||||
title="Nuestros Platos Estrella"
|
||||
description="Una fusión cuidada entre el legado local y la sofisticación tailandesa."
|
||||
@@ -149,44 +88,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marc Vila",
|
||||
role: "Cliente habitual",
|
||||
testimonial: "Lloc tranquil, decoració de luxe. Un canvi necessari.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Rius",
|
||||
role: "Gastrónoma",
|
||||
testimonial: "Servi impecable i un gust brutal. Tornaré segur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tanned-happy-woman-brown-bra-looks-surprised-holds-fork-makes-funny-face_197531-18190.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Joan P.",
|
||||
role: "Local",
|
||||
testimonial: "Les lents fusionades són d'un altre món.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-pizza-slice_23-2148773528.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sofia G.",
|
||||
role: "Turista",
|
||||
testimonial: "La millor decoració de tota la zona.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alex M.",
|
||||
role: "Foodie",
|
||||
testimonial: "Un concepte molt sexy i amb molta classe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Marc Vila", role: "Cliente habitual", testimonial: "Lloc tranquil, decoració de luxe. Un canvi necessari.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "t2", name: "Elena Rius", role: "Gastrónoma", testimonial: "Servi impecable i un gust brutal. Tornaré segur.", imageSrc: "http://img.b2bpic.net/free-photo/tanned-happy-woman-brown-bra-looks-surprised-holds-fork-makes-funny-face_197531-18190.jpg" },
|
||||
{ id: "t3", name: "Joan P.", role: "Local", testimonial: "Les lents fusionades són d'un altre món.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-pizza-slice_23-2148773528.jpg" },
|
||||
{ id: "t4", name: "Sofia G.", role: "Turista", testimonial: "La millor decoració de tota la zona.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg" },
|
||||
{ id: "t5", name: "Alex M.", role: "Foodie", testimonial: "Un concepte molt sexy i amb molta classe.", imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg" },
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Experiencias reales en el corazón de Sant Cugat."
|
||||
@@ -199,21 +109,9 @@ export default function LandingPage() {
|
||||
title="Horarios y Visita"
|
||||
tag="Abierto Martes-Domingo"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12:00",
|
||||
description: "Hora de apertura",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "937 82 76 94",
|
||||
description: "Teléfono de reservas",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Sant Cugat",
|
||||
description: "Calle principal 08172",
|
||||
},
|
||||
{ id: "m1", value: "12:00", description: "Hora de apertura" },
|
||||
{ id: "m2", value: "937 82 76 94", description: "Teléfono de reservas" },
|
||||
{ id: "m3", value: "Sant Cugat", description: "Calle principal 08172" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -224,21 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Necesito reservar?",
|
||||
content: "Recomendamos reservar con antelación, especialmente los fines de semana.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Tienen opciones vegetarianas?",
|
||||
content: "Sí, gran parte de nuestra carta es adaptable a opciones vegetarianas.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿El local es para niños?",
|
||||
content: "Somos un espacio relajado pero elegante, ideal para familias que disfruten de la buena mesa.",
|
||||
},
|
||||
{ id: "q1", title: "¿Necesito reservar?", content: "Recomendamos reservar con antelación, especialmente los fines de semana." },
|
||||
{ id: "q2", title: "¿Tienen opciones vegetarianas?", content: "Sí, gran parte de nuestra carta es adaptable a opciones vegetarianas." },
|
||||
{ id: "q3", title: "¿El local es para niños?", content: "Somos un espacio relajado pero elegante, ideal para familias que disfruten de la buena mesa." },
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Todo lo que necesitas saber sobre nuestra propuesta."
|
||||
@@ -249,18 +135,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contacto"
|
||||
title="¿Listo para la experiencia?"
|
||||
description="Estamos en Sant Cugat del Vallès, listos para recibirte."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/34937827694",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "WhatsApp", href: "https://wa.me/34937827694" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,32 +147,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Pad Thai Sant Cugat"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Platos Estrella",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/34937827694",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Platos Estrella", href: "#products" }, { label: "Reservas", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "https://wa.me/34937827694" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Pad Thai Sant Cugat"
|
||||
/>
|
||||
@@ -301,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user