From 0b45f9c2c8ed8f7ec47dcc5ce34573bcf9d3083a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:53:57 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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."] }, }, ]} />