Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-17 17:19:54 +00:00

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
<LegalSection
layout="section"
title="Terms and Conditions"
sections={[{ heading: "Use of Service", content: "By accessing the MBO website, you agree to these terms." }]}
sections={[{ heading: "Use of Service", content: [{ type: "paragraph", text: "By accessing the MBO website, you agree to these terms." }] }]}
/>
</div>