diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dbcae50..9b08697 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,19 +6,20 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import Link from 'next/link'; export default function ContactPage() { return ( @@ -51,7 +52,7 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: { type: "paragraph", text: "We respect your privacy." } + heading: "Data Usage", content: { text: "We respect your privacy." } } ]} />