From d970975dea7a4472eb3903d654c08740b6cfc847 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:00:22 +0000 Subject: [PATCH 1/3] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 5ce71d0..e58e608 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -33,9 +33,7 @@ export default function ContactoPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Reservar Mesa", - href: "/contacto", - }} + text: "Reservar Mesa", href: "/contacto"}} /> @@ -65,6 +63,7 @@ export default function ContactoPage() { imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" imageAlt="Interior de Casa Topete" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -73,13 +72,9 @@ export default function ContactoPage() { -- 2.49.1 From dce66b9bcb5c7beede777dd9e42938aaff110189 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:00:23 +0000 Subject: [PATCH 2/3] Update src/app/el-local/page.tsx --- src/app/el-local/page.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/el-local/page.tsx b/src/app/el-local/page.tsx index d2489e3..7f11bc4 100644 --- a/src/app/el-local/page.tsx +++ b/src/app/el-local/page.tsx @@ -34,9 +34,7 @@ export default function LocalPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Reservar Mesa", - href: "/contacto", - }} + text: "Reservar Mesa", href: "/contacto"}} /> @@ -50,9 +48,10 @@ export default function LocalPage() { { value: "10+", title: "Años de trayectoria" }, { value: "100%", title: "Productos locales y frescos" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg" imageAlt="Interior acogedor de Casa Topete" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -64,14 +63,7 @@ export default function LocalPage() { tag="Comunidad Local" tagIcon={Users} names={[ - "Vecinos de Piedras Blancas", - "Familias Asturianas", - "Grupos de Amigos", - "Profesionales", - "Visitantes de la Región", - "Clientes Internacionales", - "Celebraciones Especiales", - ]} + "Vecinos de Piedras Blancas", "Familias Asturianas", "Grupos de Amigos", "Profesionales", "Visitantes de la Región", "Clientes Internacionales", "Celebraciones Especiales"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -96,13 +88,9 @@ export default function LocalPage() { -- 2.49.1 From b8a6a5961b0d88f54b07f5f60c2a69c857b68b71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:00:24 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 132 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 102 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3fa361..d325e2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "Reservar Mesa", - href: "/contacto", - }} + text: "Reservar Mesa", href: "/contacto"}} /> @@ -50,17 +48,11 @@ export default function HomePage() { background={{ variant: "plain" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - alt: "Cliente satisfecho", - }, + src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Cliente satisfecho"}, { - src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - alt: "Cliente satisfecho", - }, + src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Cliente satisfecho"}, { - src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - alt: "Cliente satisfecho", - }, + src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Cliente satisfecho"}, ]} avatarText="Más de 390 opiniones • 4,6 ★ en Google" buttons={[ @@ -81,9 +73,10 @@ export default function HomePage() { { value: "390+", title: "Opiniones positivas en Google" }, { value: "4,6★", title: "Valoración media de clientes" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg" imageAlt="Terraza de Casa Topete con ambiente agradable" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -92,38 +85,20 @@ export default function HomePage() { -- 2.49.1