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() {
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() {
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() {