diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 435f24f..5a71135 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,6 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import Link from 'next/link'; export default function ContactPage() { return ( @@ -51,9 +52,8 @@ export default function ContactPage() { @@ -63,10 +63,10 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Handling", content: { type: "paragraph", text: "We handle all client project data with the strictest confidentiality and security." }, + heading: "Data Handling", content: { text: "We handle all client project data with the strictest confidentiality and security." }, }, { - heading: "Inquiries", content: { type: "list", items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] }, + heading: "Inquiries", content: { items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] }, }, ]} />