diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 7f80500..b1e5a3c 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -29,9 +29,7 @@ export default function PrivacyPolicyPage() { { name: "Blog", id: "/blog" }, ]} button={{ - text: "Prenota Visita", - href: "/prenotazione", - }} + text: "Prenota Visita", href: "/prenotazione"}} animateOnLoad={true} /> @@ -94,13 +92,9 @@ export default function PrivacyPolicyPage() {