From 93b499f397a3fd39864f8db735fd5a108ca13e65 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 09:53:16 +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 95ad7a3..435f24f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,10 +63,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