diff --git a/src/app/page.tsx b/src/app/page.tsx index e629d8c..20ac43c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -183,21 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Desayunos Tempraneros", - description: "Abrimos desde las 5:15 para empezar el día con fuerza.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-arrangement_23-2150227880.jpg", - }, - { - title: "Tapas Tradicionales", - description: "Raciones caseras y platos extremeños típicos.", - imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107693.jpg", - }, - { - title: "Ambiente Familiar", - description: "Un trato cercano como en tu casa de toda la vida.", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-food-near-basket_23-2147930080.jpg", - }, + { title: "Desayunos Tempraneros", description: "Abrimos desde las 5:15 para empezar el día con fuerza.", imageSrc: "https://images.unsplash.com/photo-1533089860892-7104b2326162?auto=format&fit=crop&w=800&q=80" }, + { title: "Tapas Tradicionales", description: "Raciones caseras y platos extremeños típicos.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&w=800&q=80" }, + { title: "Ambiente Familiar", description: "Un trato cercano como en tu casa de toda la vida.", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=800&q=80" }, ]} title="Nuestra esencia" description="Lo que nos hace únicos en la Calle Hernán Cortés." @@ -210,28 +90,7 @@ export default function LandingPage() { testimonial="Excelente trato, precios económicos y una cocina de diez." rating={5} author="Cliente Habitual" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/caucasian-smiling-woman-wearing-white-t-shirt-with-dark-hair-healthy-skin-holding-morning-coffee-croissants-breakfast-home_291650-150.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663842.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14205.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/serious-unshaven-male-economist-reads-attentively-news-from-newspaper-focused-financial-atricle-recieves-business-press-wears-spectacles-casual-red-t-shirt-models-against-cafe-interior_273609-29628.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/authentic-people-eating-fresh-cheese_23-2150220456.jpg", - alt: "Client 5", - }, - ]} + avatars={[{ src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=200&q=80", alt: "Client" }]} ratingAnimation="slide-up" avatarsAnimation="slide-up" /> @@ -242,21 +101,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "¿A qué hora abrís?", - content: "Abrimos de lunes a sábado desde las 5:15 de la mañana.", - }, - { - id: "2", - title: "¿Estáis abiertos los domingos?", - content: "Los domingos permanecemos cerrados por descanso.", - }, - { - id: "3", - title: "¿Dónde estáis ubicados?", - content: "Estamos en la Calle Hernán Cortés, 233, Villanueva de la Serena.", - }, + { id: "1", title: "¿A qué hora abrís?", content: "Abrimos de lunes a sábado desde las 5:15 de la mañana." }, + { id: "2", title: "¿Estáis abiertos los domingos?", content: "Los domingos permanecemos cerrados por descanso." }, + { id: "3", title: "¿Dónde estáis ubicados?", content: "Estamos en la Calle Hernán Cortés, 233, Villanueva de la Serena." }, ]} title="Preguntas frecuentes" description="Todo lo que necesitas saber antes de visitarnos." @@ -271,27 +118,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "4.4/5", - title: "Valoración Google", - description: "Basado en decenas de opiniones positivas.", - icon: Star, - }, - { - id: "m2", - value: "Más de 5h", - title: "Apertura temprana", - description: "Abiertos desde las 5:15 de la madrugada.", - icon: Clock, - }, - { - id: "m3", - value: "Local", - title: "Ambiente de barrio", - description: "Trato cercano y familiar garantizado.", - icon: Users, - }, + { id: "m1", value: "4.4/5", title: "Valoración Google", description: "Basado en decenas de opiniones positivas.", icon: Star }, + { id: "m2", value: "Más de 5h", title: "Apertura temprana", description: "Abiertos desde las 5:15 de la madrugada.", icon: Clock }, + { id: "m3", value: "Local", title: "Ambiente de barrio", description: "Trato cercano y familiar garantizado.", icon: Users }, ]} title="Nuestra trayectoria" description="Calidad avalada por nuestros clientes." @@ -302,13 +131,7 @@ export default function LandingPage() {