Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -49,8 +49,8 @@ export default function ContactPage() {
|
||||
layout="section"
|
||||
title="Privacy Information"
|
||||
sections={[
|
||||
{ heading: "Data Policy", content: "We value your privacy and keep your details secure." },
|
||||
{ heading: "Terms", content: "By using our site, you agree to our terms of service." }
|
||||
{ heading: "Data Policy", content: { type: "paragraph", text: "We value your privacy and keep your details secure." } },
|
||||
{ heading: "Terms", content: { type: "paragraph", text: "By using our site, you agree to our terms of service." } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user