Update src/app/page.tsx

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

View File

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