diff --git a/src/app/page.tsx b/src/app/page.tsx index 91aa549..4d05a3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -223,64 +140,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sofía Vargas", - role: "Crítica Gastronómica", - company: "Viajero Gourmet", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", - imageAlt: "Foto de Sofía Vargas", - }, + id: "1", name: "Sofía Vargas", role: "Crítica Gastronómica", company: "Viajero Gourmet", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", imageAlt: "Foto de Sofía Vargas"}, { - id: "2", - name: "Javier Mendoza", - role: "Empresario", - company: "InnovaTech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-coffee-shop-with-mobile-phone_53876-42682.jpg", - imageAlt: "Foto de Javier Mendoza", - }, + id: "2", name: "Javier Mendoza", role: "Empresario", company: "InnovaTech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-coffee-shop-with-mobile-phone_53876-42682.jpg", imageAlt: "Foto de Javier Mendoza"}, { - id: "3", - name: "Mariana Flores", - role: "Diseñadora", - company: "Estudio Creativo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg", - imageAlt: "Foto de Mariana Flores", - }, + id: "3", name: "Mariana Flores", role: "Diseñadora", company: "Estudio Creativo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg", imageAlt: "Foto de Mariana Flores"}, { - id: "4", - name: "Carlos Quispe", - role: "Chef Ejecutivo", - company: "Sabor Andino", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen_23-2148006183.jpg", - imageAlt: "Foto de Carlos Quispe", - }, + id: "4", name: "Carlos Quispe", role: "Chef Ejecutivo", company: "Sabor Andino", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen_23-2148006183.jpg", imageAlt: "Foto de Carlos Quispe"}, { - id: "5", - name: "Andrea Luna", - role: "Abogada", - company: "LegisCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg", - imageAlt: "Foto de Andrea Luna", - }, + id: "5", name: "Andrea Luna", role: "Abogada", company: "LegisCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-working-project-ideas-while-he-waits-lounge-area-business-trip-manager-sent-negociate-with-collaborators-ensure-partnership-company-growth-global-stage_482257-72893.jpg", imageAlt: "Foto de Andrea Luna"}, ]} kpiItems={[ { - value: "4.6 ★", - label: "Puntuación Promedio", - }, + value: "4.6 ★", label: "Puntuación Promedio"}, { - value: "167", - label: "Opiniones en Google", - }, + value: "167", label: "Opiniones en Google"}, { - value: "98%", - label: "Clientes Satisfechos", - }, + value: "98%", label: "Clientes Satisfechos"}, ]} title="Lo que Nuestros Clientes Dicen" description="La satisfacción de nuestros comensales es el motor de nuestra pasión. Descubra las experiencias que nos hacen únicos y la calidad que nos distingue." @@ -291,14 +172,11 @@ export default function LandingPage() { @@ -312,37 +190,23 @@ export default function LandingPage() { logoText="URUMANKA Barra Restaurante" columns={[ { - title: "Explorar", - items: [ + title: "Explorar", items: [ { - label: "Nosotros", - href: "#nosotros", - }, + label: "Nosotros", href: "#nosotros"}, { - label: "Menú", - href: "#menu", - }, + label: "Menú", href: "#menu"}, { - label: "Opiniones", - href: "#opiniones", - }, + label: "Opiniones", href: "#opiniones"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Términos de Servicio", - href: "#", - }, + label: "Términos de Servicio", href: "#"}, ], }, ]}