diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4a27652..3cc30e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,62 +30,31 @@ export default function LandingPage() {
@@ -167,29 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Terraza y Jardines",
- tags: [
- "Relax",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg?_wi=2",
- },
+ id: "f1", title: "Terraza y Jardines", tags: ["Relax"],
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24360.jpg"},
{
- id: "f2",
- title: "Valet Parking",
- tags: [
- "Conveniencia",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg?_wi=3",
- },
- {
- id: "f3",
- title: "Música en Vivo",
- tags: [
- "Ambiente",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-shrimp-toast-with-vegetable-salad-slice-lemon_141793-5096.jpg?_wi=3",
- },
+ id: "f2", title: "Valet Parking", tags: ["Conveniencia"],
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tasty-appetizing-ingredients-spices-grocery-red-chilli-pepper-black-bowls-cooking-healthy-kitchen_1220-1743.jpg"},
]}
title="Una Experiencia Completa"
description="Más que un restaurante, un espacio diseñado para crear momentos especiales."
@@ -203,40 +116,9 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Ana García",
- handle: "@anagarcia",
- testimonial: "El mejor ambiente en Guadalajara, la comida es espectacular.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-taking-selfie-veranda-cafe-street_158538-23990.jpg",
- },
+ id: "t1", name: "Ana García", handle: "@anagarcia", testimonial: "El mejor ambiente en Guadalajara, la comida es espectacular.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-taking-selfie-veranda-cafe-street_158538-23990.jpg"},
{
- id: "t2",
- name: "Carlos Ruiz",
- handle: "@cruiz",
- testimonial: "La decoración tipo hacienda es increíble. Volveré pronto.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517444.jpg",
- },
- {
- id: "t3",
- name: "Elena Torres",
- handle: "@etorres",
- testimonial: "Ideal para cenas especiales, la atención es de primera.",
- imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg",
- },
- {
- id: "t4",
- name: "Juan Pablo M.",
- handle: "@jpm",
- testimonial: "La coctelería con mezcal es simplemente deliciosa.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg",
- },
- {
- id: "t5",
- name: "Sofía López",
- handle: "@sofilop",
- testimonial: "Un lugar mágico para celebrar cumpleaños.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-eating-restaurant-with-friends_23-2149316752.jpg",
- },
+ id: "t2", name: "Carlos Ruiz", handle: "@cruiz", testimonial: "La decoración tipo hacienda es increíble. Volveré pronto.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517444.jpg"},
]}
title="Lo que dicen nuestros comensales"
description="La experiencia de La Casa de los Platos a través de quienes nos visitan."
@@ -247,16 +129,13 @@ export default function LandingPage() {