Update src/app/page.tsx

This commit is contained in:
2026-04-17 17:19:51 +00:00
parent 14beeadb39
commit c60aa553f8

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>