diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9aa0d3..6ec6e35 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
@@ -65,44 +53,23 @@ export default function LandingPage() {
@@ -127,36 +93,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- label: "El Sabor del Mar",
- title: "Pesca del Día",
- items: [
- "Productos frescos que cambian según la temporada.",
- ],
+ id: "1", label: "El Sabor del Mar", title: "Pesca del Día", items: [
+ "Productos frescos que cambian según la temporada."],
},
{
- id: "2",
- label: "Cocina con Alma",
- title: "Cocina de Autor",
- items: [
- "Sabores argentinos con influencias mediterráneas y latinoamericanas.",
- ],
+ id: "2", label: "Cocina con Alma", title: "Cocina de Autor", items: [
+ "Sabores argentinos con influencias mediterráneas y latinoamericanas."],
},
{
- id: "3",
- label: "La Copa Perfecta",
- title: "Vinos Seleccionados",
- items: [
- "Etiquetas elegidas con criterio para acompañar cada experiencia.",
- ],
+ id: "3", label: "La Copa Perfecta", title: "Vinos Seleccionados", items: [
+ "Etiquetas elegidas con criterio para acompañar cada experiencia."],
},
{
- id: "4",
- label: "Un Ambiente Inigualable",
- title: "Ambiente Único",
- items: [
- "Música, iluminación y detalles pensados para disfrutar sin apuro.",
- ],
+ id: "4", label: "Un Ambiente Inigualable", title: "Ambiente Único", items: [
+ "Música, iluminación y detalles pensados para disfrutar sin apuro."],
},
]}
title="Experiencias Destacadas"
@@ -174,53 +124,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Empanadas de Cordero",
- price: "$3.500",
- variant: "Entrada",
- imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000288.jpg",
- imageAlt: "Empanadas de Cordero",
- },
+ id: "1", name: "Empanadas de Cordero", price: "$3.500", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000288.jpg", imageAlt: "Empanadas de Cordero"},
{
- id: "2",
- name: "Mollejas con Puré de Manzana",
- price: "$7.200",
- variant: "Entrada",
- imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-pity-from-clay-pot-plate-side-view_141793-3232.jpg",
- imageAlt: "Mollejas con Puré de Manzana",
- },
+ id: "2", name: "Mollejas con Puré de Manzana", price: "$7.200", variant: "Entrada", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-pity-from-clay-pot-plate-side-view_141793-3232.jpg", imageAlt: "Mollejas con Puré de Manzana"},
{
- id: "3",
- name: "Pesca del Día",
- price: "$12.000",
- variant: "Principal",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-grilled-chicken-breast-with-sauce-grilled-vegetables_141793-2830.jpg",
- imageAlt: "Pesca del Día",
- },
+ id: "3", name: "Pesca del Día", price: "$12.000", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/front-view-grilled-chicken-breast-with-sauce-grilled-vegetables_141793-2830.jpg", imageAlt: "Pesca del Día"},
{
- id: "4",
- name: "Lomo Saltado",
- price: "$14.500",
- variant: "Principal",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-stir-fry-with-fresh-vegetables-sesame-seeds_23-2151966861.jpg",
- imageAlt: "Lomo Saltado",
- },
+ id: "4", name: "Lomo Saltado", price: "$14.500", variant: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-stir-fry-with-fresh-vegetables-sesame-seeds_23-2151966861.jpg", imageAlt: "Lomo Saltado"},
{
- id: "5",
- name: "Arroz Socarrat",
- price: "$18.000",
- variant: "Especialidad",
- imageSrc: "http://img.b2bpic.net/free-photo/traditional-valencian-paella-with-rabbit-chicken-garrofon-beans-snails-moroccan-green-beans-saffron-wooden-table_123827-35861.jpg",
- imageAlt: "Arroz Socarrat",
- },
+ id: "5", name: "Arroz Socarrat", price: "$18.000", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/traditional-valencian-paella-with-rabbit-chicken-garrofon-beans-snails-moroccan-green-beans-saffron-wooden-table_123827-35861.jpg", imageAlt: "Arroz Socarrat"},
{
- id: "6",
- name: "Mariscos del Atlántico",
- price: "$19.800",
- variant: "Especialidad",
- imageSrc: "http://img.b2bpic.net/free-photo/dish-made-oysters-with-citrus-ice-cubes_23-2150320470.jpg",
- imageAlt: "Mariscos del Atlántico",
- },
+ id: "6", name: "Mariscos del Atlántico", price: "$19.800", variant: "Especialidad", imageSrc: "http://img.b2bpic.net/free-photo/dish-made-oysters-with-citrus-ice-cubes_23-2150320470.jpg", imageAlt: "Mariscos del Atlántico"},
]}
title="Nuestra Carta"
description="Una selección de platos memorables que celebran la gastronomía argentina con un toque internacional."
@@ -228,9 +142,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
buttons={[
{
- text: "Ver Carta Completa",
- href: "#",
- },
+ text: "Ver Carta Completa", href: "#"},
]}
/>
@@ -243,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "1",
- value: "4.8",
- description: "Estrellas en Google Reviews",
- },
+ id: "1", value: "4.8", description: "Estrellas en Google Reviews"},
{
- id: "2",
- value: "300+",
- description: "Reseñas positivas",
- },
+ id: "2", value: "300+", description: "Reseñas positivas"},
{
- id: "3",
- value: "98%",
- description: "Satisfacción del cliente",
- },
+ id: "3", value: "98%", description: "Satisfacción del cliente"},
]}
title="+4.8 estrellas"
description="Basado en cientos de experiencias reales."
@@ -272,53 +175,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Barbara R.",
- role: "Clienta frecuente",
- testimonial: "Bendito sea el día que entré al Bohemio. Un lugar mágico, la comida exquisita y el ambiente simplemente perfecto para desconectar.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
- imageAlt: "Barbara R.",
- },
+ id: "1", name: "Barbara R.", role: "Clienta frecuente", testimonial: "Bendito sea el día que entré al Bohemio. Un lugar mágico, la comida exquisita y el ambiente simplemente perfecto para desconectar.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg", imageAlt: "Barbara R."},
{
- id: "2",
- name: "Leticia G.",
- role: "Visitante",
- testimonial: "La música, la comida y la atención fueron espectaculares. Una experiencia redonda que superó todas nuestras expectativas.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg",
- imageAlt: "Leticia G.",
- },
+ id: "2", name: "Leticia G.", role: "Visitante", testimonial: "La música, la comida y la atención fueron espectaculares. Una experiencia redonda que superó todas nuestras expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/two-men-discussing-content-laptop-cafe_1170-511.jpg", imageAlt: "Leticia G."},
{
- id: "3",
- name: "Stefania A.",
- role: "Amiga de la casa",
- testimonial: "Ideal para conversar y quedarse horas. Cada plato es una obra de arte y el servicio te hace sentir como en casa.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg",
- imageAlt: "Stefania A.",
- },
+ id: "3", name: "Stefania A.", role: "Amiga de la casa", testimonial: "Ideal para conversar y quedarse horas. Cada plato es una obra de arte y el servicio te hace sentir como en casa.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356547.jpg", imageAlt: "Stefania A."},
{
- id: "4",
- name: "Carlos M.",
- role: "Gourmet",
- testimonial: "El refugio gastronómico de Buenos Aires. Una carta inteligente, vinos de primera y un ambiente que te envuelve. Volveremos sin dudarlo.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-delicious-food_23-2150168075.jpg",
- imageAlt: "Carlos M.",
- },
+ id: "4", name: "Carlos M.", role: "Gourmet", testimonial: "El refugio gastronómico de Buenos Aires. Una carta inteligente, vinos de primera y un ambiente que te envuelve. Volveremos sin dudarlo.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-delicious-food_23-2150168075.jpg", imageAlt: "Carlos M."},
{
- id: "5",
- name: "Ana P.",
- role: "Pareja",
- testimonial: "Una noche romántica perfecta. Cada detalle cuidado, desde la entrada hasta el postre. Las sobremesas aquí son oro puro.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-bride_158595-4151.jpg",
- imageAlt: "Ana P.",
- },
+ id: "5", name: "Ana P.", role: "Pareja", testimonial: "Una noche romántica perfecta. Cada detalle cuidado, desde la entrada hasta el postre. Las sobremesas aquí son oro puro.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-bride_158595-4151.jpg", imageAlt: "Ana P."},
{
- id: "6",
- name: "Javier S.",
- role: "Crítico Culinario",
- testimonial: "El Bohemio es un soplo de aire fresco. Una propuesta que equilibra a la perfección tradición y modernidad, con un servicio impecable.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg",
- imageAlt: "Couple together at romantic dinner",
- },
+ id: "6", name: "Javier S.", role: "Crítico Culinario", testimonial: "El Bohemio es un soplo de aire fresco. Una propuesta que equilibra a la perfección tradición y modernidad, con un servicio impecable.", imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg", imageAlt: "Couple together at romantic dinner"},
]}
title="Lo que dicen nuestros comensales"
description="Historias de noches inolvidables en El Bohemio."
@@ -332,20 +199,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "¿Necesito reservar con antelación?",
- content: "Sí, recomendamos encarecidamente reservar con anticipación, especialmente los fines de semana y para cenas, ya que nuestras mesas suelen completarse rápidamente para asegurar un ambiente íntimo y un servicio excepcional.",
- },
+ id: "1", title: "¿Necesito reservar con antelación?", content: "Sí, recomendamos encarecidamente reservar con anticipación, especialmente los fines de semana y para cenas, ya que nuestras mesas suelen completarse rápidamente para asegurar un ambiente íntimo y un servicio excepcional."},
{
- id: "2",
- title: "¿Tienen opciones vegetarianas/veganas?",
- content: "Ofrecemos varias opciones vegetarianas y podemos adaptar algunos platos para dietas veganas. Por favor, consulta a tu camarero al llegar o menciónalo al hacer tu reserva.",
- },
+ id: "2", title: "¿Tienen opciones vegetarianas/veganas?", content: "Ofrecemos varias opciones vegetarianas y podemos adaptar algunos platos para dietas veganas. Por favor, consulta a tu camarero al llegar o menciónalo al hacer tu reserva."},
{
- id: "3",
- title: "¿Cuál es el horario de El Bohemio?",
- content: "Estamos abiertos de martes a domingo para cena, de 19:00 a 00:00. Los lunes cerramos para descanso. Te esperamos para vivir una experiencia inolvidable.",
- },
+ id: "3", title: "¿Cuál es el horario de El Bohemio?", content: "Estamos abiertos de martes a domingo para cena, de 19:00 a 00:00. Los lunes cerramos para descanso. Te esperamos para vivir una experiencia inolvidable."},
]}
sideTitle="¿Alguna pregunta?"
sideDescription="Aquí respondemos a las consultas más frecuentes para que tu experiencia sea perfecta."
@@ -358,8 +216,7 @@ export default function LandingPage() {