diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a30643a..bf3b020 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,7 +32,7 @@ export default function BlogPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 22ecbd6..fa83b3d 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -31,7 +31,7 @@ export default function ContactPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/cookie-policy/page.tsx b/src/app/cookie-policy/page.tsx index d7ac50d..f2ab0ee 100644 --- a/src/app/cookie-policy/page.tsx +++ b/src/app/cookie-policy/page.tsx @@ -30,7 +30,7 @@ export default function CookiePolicyPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 91de772..be078c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function HomePage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/prenotazione/page.tsx b/src/app/prenotazione/page.tsx index 03d9acf..5987b85 100644 --- a/src/app/prenotazione/page.tsx +++ b/src/app/prenotazione/page.tsx @@ -31,7 +31,7 @@ export default function BookingPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 6eba1c5..b1e5a3c 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -30,7 +30,7 @@ export default function PrivacyPolicyPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/servizi/page.tsx b/src/app/servizi/page.tsx index 9da58e5..11fa4bd 100644 --- a/src/app/servizi/page.tsx +++ b/src/app/servizi/page.tsx @@ -33,7 +33,7 @@ export default function ServicesPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} /> diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 5975cd1..d02f274 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -33,7 +33,7 @@ export default function TeamPage() { ]} button={{ text: "Prenota Visita", href: "/prenotazione"}} - animateOnLoad={false} + animateOnLoad={true} />