Update src/app/privacy-policy/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user