From be3d06cc7ae31716ec18973c97014d7b7d4feda2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:03:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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." } } ]} /> -- 2.49.1