Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-15 09:52:18 +00:00

View File

@@ -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."] },
},
]}
/>