Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
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."] },
},
]}
/>