From 9d5a78007b5a4d35505d19031d10a2f59e0c594f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:52:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 48b54d4..039bb9b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,10 +62,10 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Handling", content: { text: "We handle all client project data with the strictest confidentiality and security." }, + heading: "Data Handling", content: { type: "paragraph", text: "We handle all client project data with the strictest confidentiality and security." }, }, { - heading: "Inquiries", content: { items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] }, + heading: "Inquiries", content: { type: "list", items: ["Requests are processed within 24 hours.", "Quotes are valid for 30 days."] }, }, ]} /> -- 2.49.1