Update src/app/page.tsx
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">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reservas",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre nosotros", id: "about" },
|
||||
{ name: "Menú", id: "products" },
|
||||
{ name: "Reservas", id: "contact" },
|
||||
]}
|
||||
brandName="Las Camachas"
|
||||
/>
|
||||
@@ -52,17 +40,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Las Camachas"
|
||||
description="Cocina de Montilla desde siempre."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reservar mesa", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3450.jpg"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -75,18 +56,9 @@ export default function LandingPage() {
|
||||
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."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Tradición",
|
||||
description: "Recetas heredadas con sabor auténtico.",
|
||||
},
|
||||
{
|
||||
title: "Calidad",
|
||||
description: "Ingredientes locales de máxima frescura.",
|
||||
},
|
||||
{
|
||||
title: "Experiencia",
|
||||
description: "Más de 2.000 reseñas avalan nuestro servicio.",
|
||||
},
|
||||
{ title: "Tradición", description: "Recetas heredadas con sabor auténtico." },
|
||||
{ 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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -100,24 +72,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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: "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",
|
||||
},
|
||||
{ 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: "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"
|
||||
description="Sabores que definen nuestra tierra."
|
||||
@@ -128,47 +85,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
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: "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",
|
||||
},
|
||||
{ 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: "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}
|
||||
title="Opiniones de Clientes"
|
||||
@@ -181,21 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cuál es el horario?",
|
||||
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.",
|
||||
},
|
||||
{ id: "f1", title: "¿Cuál es el horario?", 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"
|
||||
description="Preguntas frecuentes."
|
||||
@@ -206,16 +117,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Reservas | 957 65 00 04"
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:957650004",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Llamar ahora", href: "tel:957650004" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -225,26 +129,13 @@ export default function LandingPage() {
|
||||
logoText="Las Camachas"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurante",
|
||||
items: [
|
||||
{
|
||||
label: "Dirección: Av. de Europa, 3",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{
|
||||
label: "Tel: 957 65 00 04",
|
||||
href: "tel:957650004",
|
||||
},
|
||||
title: "Restaurante", items: [
|
||||
{ label: "Dirección: Av. de Europa, 3", href: "https://maps.google.com" },
|
||||
{ label: "Tel: 957 65 00 04", href: "tel:957650004" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horario",
|
||||
items: [
|
||||
{
|
||||
label: "Abierto hasta las 2:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Horario", items: [{ label: "Abierto hasta las 2:00", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user