Update src/app/privacy-policy/page.tsx

This commit is contained in:
2026-03-02 21:46:27 +00:00
parent 37973f5580
commit ec45d756d8

View File

@@ -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}
/>
</div>
@@ -94,13 +92,9 @@ export default function PrivacyPolicyPage() {
<FooterLogoReveal
logoText="DentiClinic"
leftLink={{
text: "Privacy Policy",
href: "/privacy-policy",
}}
text: "Privacy Policy", href: "/privacy-policy"}}
rightLink={{
text: "Cookie Policy",
href: "/cookie-policy",
}}
text: "Cookie Policy", href: "/cookie-policy"}}
/>
</div>
</ThemeProvider>