Merge version_1 into main #5

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

View File

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