Merge version_1 into main #5
@@ -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."] },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user