diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18ac452..ba03149 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,65 +31,28 @@ export default function LandingPage() {
@@ -100,18 +63,9 @@ export default function LandingPage() {
title="Nuestra Esencia"
description="Más que un restaurante, un punto de encuentro para quienes aman los sabores auténticos del Meta. Llevamos años honrando las recetas de nuestra tierra."
metrics={[
- {
- value: "15+",
- title: "Años de tradición",
- },
- {
- value: "50+",
- title: "Recetas propias",
- },
- {
- value: "100%",
- title: "Sabor local",
- },
+ { value: "15+", title: "Años de tradición" },
+ { value: "50+", title: "Recetas propias" },
+ { value: "100%", title: "Sabor local" },
]}
imageSrc="http://img.b2bpic.net/free-photo/wooden-house-entrance-japanese-culture_23-2149301060.jpg"
mediaAnimation="slide-up"
@@ -127,32 +81,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Parrilla Artesanal",
- descriptions: [
- "Carnes seleccionadas y asadas al punto perfecto con el sabor inconfundible de la casa.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg",
- imageAlt: "Restaurant room with paintings on walls",
- },
+ id: "f1", title: "Parrilla Artesanal", descriptions: ["Carnes seleccionadas y asadas al punto perfecto con el sabor inconfundible de la casa."],
+ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Restaurant room with paintings on walls"},
{
- id: "f2",
- title: "Ambiente Llanero",
- descriptions: [
- "Un espacio diseñado para conectar con la cultura llanera y disfrutar en familia.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=2",
- imageAlt: "Restaurant room with paintings on walls",
- },
+ id: "f2", title: "Ambiente Llanero", descriptions: ["Un espacio diseñado para conectar con la cultura llanera y disfrutar en familia."],
+ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", imageAlt: "Restaurant room with paintings on walls"},
{
- id: "f3",
- title: "Calidad Garantizada",
- descriptions: [
- "Productos frescos de la región seleccionados cuidadosamente cada día.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=2",
- imageAlt: "Restaurant room with paintings on walls",
- },
+ id: "f3", title: "Calidad Garantizada", descriptions: ["Productos frescos de la región seleccionados cuidadosamente cada día."],
+ imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg", imageAlt: "Restaurant room with paintings on walls"},
]}
title="Por qué elegirnos"
description="Lo que nos hace el lugar favorito en Villavicencio."
@@ -166,42 +102,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Carne Llanera",
- price: "$35.000",
- imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg",
- },
- {
- id: "2",
- name: "Chuleta al Punto",
- price: "$28.000",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-mixed-vegetables-spices-home-made-tasty-food-stone-surface-pork-steak-with-salad-grilled-pork-is-one-most-popular-thai-dishes-grilled-pork-with-spicy-dip_1150-44931.jpg",
- },
- {
- id: "3",
- name: "Arepas de la Casa",
- price: "$12.000",
- imageSrc: "http://img.b2bpic.net/free-photo/kaeng-liang-bowl-with-spices-black-cement-floor_1150-35159.jpg",
- },
- {
- id: "4",
- name: "Picada para Compartir",
- price: "$55.000",
- imageSrc: "http://img.b2bpic.net/free-photo/big-plate-with-variety-meat_8353-9865.jpg",
- },
- {
- id: "5",
- name: "Yuca Frita Crujiente",
- price: "$10.000",
- imageSrc: "http://img.b2bpic.net/free-photo/bunch-potatoes-metal-mug-with-burlap_114579-58223.jpg",
- },
- {
- id: "6",
- name: "Sancocho de Gallina",
- price: "$22.000",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-bowl-onions-nude-background_140725-108382.jpg",
- },
+ { id: "1", name: "Carne Llanera", price: "$35.000", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg" },
+ { id: "2", name: "Chuleta al Punto", price: "$28.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-mixed-vegetables-spices-home-made-tasty-food-stone-surface-pork-steak-with-salad-grilled-pork-is-one-most-popular-thai-dishes-grilled-pork-with-spicy-dip_1150-44931.jpg" },
+ { id: "3", name: "Arepas de la Casa", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/kaeng-liang-bowl-with-spices-black-cement-floor_1150-35159.jpg" },
+ { id: "4", name: "Picada para Compartir", price: "$55.000", imageSrc: "http://img.b2bpic.net/free-photo/big-plate-with-variety-meat_8353-9865.jpg" },
+ { id: "5", name: "Yuca Frita Crujiente", price: "$10.000", imageSrc: "http://img.b2bpic.net/free-photo/bunch-potatoes-metal-mug-with-burlap_114579-58223.jpg" },
+ { id: "6", name: "Sancocho de Gallina", price: "$22.000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bozbash-soup-bowl-onions-nude-background_140725-108382.jpg" },
]}
title="Nuestro Menú"
description="Descubre nuestros platos más destacados, preparados con pasión."
@@ -214,68 +120,17 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Carlos Ruíz",
- role: "Cliente",
- company: "Villavicencio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
- },
- {
- id: "2",
- name: "María López",
- role: "Cliente",
- company: "Acacias",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
- },
- {
- id: "3",
- name: "Julián Parra",
- role: "Cliente",
- company: "Restrepo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing_23-2148060587.jpg",
- },
- {
- id: "4",
- name: "Ana Gómez",
- role: "Cliente",
- company: "Villavicencio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg",
- },
- {
- id: "5",
- name: "Pedro Mora",
- role: "Cliente",
- company: "Bogotá",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018852.jpg",
- },
- {
- id: "6",
- name: "Luisa Ferro",
- role: "Cliente",
- company: "Villavicencio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg",
- },
+ { id: "1", name: "Carlos Ruíz", role: "Cliente", company: "Villavicencio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
+ { id: "2", name: "María López", role: "Cliente", company: "Acacias", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg" },
+ { id: "3", name: "Julián Parra", role: "Cliente", company: "Restrepo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing_23-2148060587.jpg" },
+ { id: "4", name: "Ana Gómez", role: "Cliente", company: "Villavicencio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg" },
+ { id: "5", name: "Pedro Mora", role: "Cliente", company: "Bogotá", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018852.jpg" },
+ { id: "6", name: "Luisa Ferro", role: "Cliente", company: "Villavicencio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cutting-quiche_23-2147985302.jpg" },
]}
kpiItems={[
- {
- value: "4.9",
- label: "Calificación",
- },
- {
- value: "5k+",
- label: "Clientes felices",
- },
- {
- value: "100%",
- label: "Sabor auténtico",
- },
+ { value: "4.9", label: "Calificación" },
+ { value: "5k+", label: "Clientes felices" },
+ { value: "100%", label: "Sabor auténtico" },
]}
title="Lo que dicen nuestros clientes"
description="La satisfacción de nuestros comensales es nuestra mayor recompensa."
@@ -287,14 +142,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Cámara de Comercio",
- "Turismo Meta",
- "Alcaldía Villavicencio",
- "Marca País",
- "Calidad Regional",
- "Seguridad Alimentaria",
- "Tradición Llanera",
- ]}
+ "Cámara de Comercio", "Turismo Meta", "Alcaldía Villavicencio", "Marca País", "Calidad Regional", "Seguridad Alimentaria", "Tradición Llanera"]}
title="Certificados por el Sabor"
description="Reconocimientos que nos motivan a servirte mejor cada día."
/>
@@ -305,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "¿Tienen servicio a domicilio?",
- content: "Sí, realizamos domicilios en toda el área urbana de Villavicencio.",
- },
- {
- id: "q2",
- title: "¿Aceptan reservas?",
- content: "Por supuesto, especialmente para grupos grandes o eventos especiales.",
- },
- {
- id: "q3",
- title: "¿Tienen opciones vegetarianas?",
- content: "Contamos con una variedad de ensaladas y acompañamientos frescos de la región.",
- },
+ { id: "q1", title: "¿Tienen servicio a domicilio?", content: "Sí, realizamos domicilios en toda el área urbana de Villavicencio." },
+ { id: "q2", title: "¿Aceptan reservas?", content: "Por supuesto, especialmente para grupos grandes o eventos especiales." },
+ { id: "q3", title: "¿Tienen opciones vegetarianas?", content: "Contamos con una variedad de ensaladas y acompañamientos frescos de la región." },
]}
title="Preguntas Frecuentes"
description="Respondemos tus dudas para que tu visita sea perfecta."
@@ -333,9 +169,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file