Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
163
src/app/page.tsx
163
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Inicio", id: "hero" },
|
||||||
name: "Inicio",
|
{ name: "Sobre nosotros", id: "about" },
|
||||||
id: "hero",
|
{ name: "Menú", id: "products" },
|
||||||
},
|
{ name: "Reservas", id: "contact" },
|
||||||
{
|
|
||||||
name: "Sobre nosotros",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Menú",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reservas",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Las Camachas"
|
brandName="Las Camachas"
|
||||||
/>
|
/>
|
||||||
@@ -52,17 +40,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
logoText="Las Camachas"
|
logoText="Las Camachas"
|
||||||
description="Cocina de Montilla desde siempre."
|
description="Cocina de Montilla desde siempre."
|
||||||
buttons={[
|
buttons={[{ text: "Reservar mesa", href: "#contact" }]}
|
||||||
{
|
|
||||||
text: "Reservar mesa",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3450.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3450.jpg"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
/>
|
/>
|
||||||
@@ -75,18 +56,9 @@ export default function LandingPage() {
|
|||||||
title="Nuestra Historia"
|
title="Nuestra Historia"
|
||||||
description="Ubicados en el corazón de Montilla, en Las Camachas ofrecemos una experiencia gastronómica que honra las tradiciones cordobesas. Con una valoración de 4,3★ y la confianza de más de 2.000 clientes, nuestra cocina destaca por la calidad de nuestros productos locales y un ambiente cercano."
|
description="Ubicados en el corazón de Montilla, en Las Camachas ofrecemos una experiencia gastronómica que honra las tradiciones cordobesas. Con una valoración de 4,3★ y la confianza de más de 2.000 clientes, nuestra cocina destaca por la calidad de nuestros productos locales y un ambiente cercano."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Tradición", description: "Recetas heredadas con sabor auténtico." },
|
||||||
title: "Tradición",
|
{ title: "Calidad", description: "Ingredientes locales de máxima frescura." },
|
||||||
description: "Recetas heredadas con sabor auténtico.",
|
{ title: "Experiencia", description: "Más de 2.000 reseñas avalan nuestro servicio." },
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Calidad",
|
|
||||||
description: "Ingredientes locales de máxima frescura.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Experiencia",
|
|
||||||
description: "Más de 2.000 reseñas avalan nuestro servicio.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698464.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -100,24 +72,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Flamenquín Cordobés", price: "18,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plate-different-pickles-eggplants-garlic-cucumbers-peppers_141793-1308.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Salmorejo Montillano", price: "12,00 €", imageSrc: "http://img.b2bpic.net/free-photo/cheese-board-with-cheese-balls-glass-wine_114579-2105.jpg" },
|
||||||
name: "Flamenquín Cordobés",
|
{ id: "p3", name: "Bacalao a la Montillana", price: "22,00 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg" },
|
||||||
price: "18,50 €",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-different-pickles-eggplants-garlic-cucumbers-peppers_141793-1308.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Salmorejo Montillano",
|
|
||||||
price: "12,00 €",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-board-with-cheese-balls-glass-wine_114579-2105.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Bacalao a la Montillana",
|
|
||||||
price: "22,00 €",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-packing-slice-fruit-tart-paper-bag_23-2147920847.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Platos Destacados"
|
title="Platos Destacados"
|
||||||
description="Sabores que definen nuestra tierra."
|
description="Sabores que definen nuestra tierra."
|
||||||
@@ -128,47 +85,13 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="depth-3d"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Ana R.", handle: "Local", testimonial: "La mejor cocina tradicional de Montilla, ambiente inmejorable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-made-with-cheese-assortment-delicious-food_23-2149514098.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Carlos M.", handle: "Turista", testimonial: "Un descubrimiento increíble. Repetiremos sin duda.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107693.jpg" },
|
||||||
name: "Ana R.",
|
{ id: "t3", name: "Elena V.", handle: "Cliente", testimonial: "Servicio de diez y comida espectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/poon-choi-with-perfect-ingredient-arrangement-black-stone-background-top-view_123827-36957.jpg" },
|
||||||
handle: "Local",
|
{ id: "t4", name: "Javier S.", handle: "Gourmet", testimonial: "La calidad del producto se nota en cada bocado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-potato-spanish-tortilla_23-2149715046.jpg" },
|
||||||
testimonial: "La mejor cocina tradicional de Montilla, ambiente inmejorable.",
|
{ id: "t5", name: "María D.", handle: "Montillana", testimonial: "Como en casa. Un sitio indispensable.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-mushrooms-creamy-sauce_140725-6787.jpg" },
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-made-with-cheese-assortment-delicious-food_23-2149514098.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Carlos M.",
|
|
||||||
handle: "Turista",
|
|
||||||
testimonial: "Un descubrimiento increíble. Repetiremos sin duda.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107693.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Elena V.",
|
|
||||||
handle: "Cliente",
|
|
||||||
testimonial: "Servicio de diez y comida espectacular.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/poon-choi-with-perfect-ingredient-arrangement-black-stone-background-top-view_123827-36957.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Javier S.",
|
|
||||||
handle: "Gourmet",
|
|
||||||
testimonial: "La calidad del producto se nota en cada bocado.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-potato-spanish-tortilla_23-2149715046.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "María D.",
|
|
||||||
handle: "Montillana",
|
|
||||||
testimonial: "Como en casa. Un sitio indispensable.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-chicken-mushrooms-creamy-sauce_140725-6787.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Opiniones de Clientes"
|
title="Opiniones de Clientes"
|
||||||
@@ -181,21 +104,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "¿Cuál es el horario?", content: "Abierto de martes a domingo hasta las 2:00." },
|
||||||
id: "f1",
|
{ id: "f2", title: "¿Dónde estamos?", content: "Av. de Europa, 3, Montilla." },
|
||||||
title: "¿Cuál es el horario?",
|
{ id: "f3", title: "¿Es necesaria reserva?", content: "Muy recomendable, especialmente en fin de semana." },
|
||||||
content: "Abierto de martes a domingo hasta las 2:00.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "¿Dónde estamos?",
|
|
||||||
content: "Av. de Europa, 3, Montilla.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "¿Es necesaria reserva?",
|
|
||||||
content: "Muy recomendable, especialmente en fin de semana.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Información Útil"
|
title="Información Útil"
|
||||||
description="Preguntas frecuentes."
|
description="Preguntas frecuentes."
|
||||||
@@ -206,16 +117,9 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
text="Reservas | 957 65 00 04"
|
text="Reservas | 957 65 00 04"
|
||||||
buttons={[
|
buttons={[{ text: "Llamar ahora", href: "tel:957650004" }]}
|
||||||
{
|
|
||||||
text: "Llamar ahora",
|
|
||||||
href: "tel:957650004",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -225,26 +129,13 @@ export default function LandingPage() {
|
|||||||
logoText="Las Camachas"
|
logoText="Las Camachas"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Restaurante",
|
title: "Restaurante", items: [
|
||||||
items: [
|
{ label: "Dirección: Av. de Europa, 3", href: "https://maps.google.com" },
|
||||||
{
|
{ label: "Tel: 957 65 00 04", href: "tel:957650004" },
|
||||||
label: "Dirección: Av. de Europa, 3",
|
|
||||||
href: "https://maps.google.com",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Tel: 957 65 00 04",
|
|
||||||
href: "tel:957650004",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Horario",
|
title: "Horario", items: [{ label: "Abierto hasta las 2:00", href: "#" }],
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Abierto hasta las 2:00",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user