Update src/app/page.tsx

This commit is contained in:
2026-04-09 23:45:04 +00:00
parent 03386b9d4e
commit b1f68bb9cf

View File

@@ -94,7 +94,7 @@ export default function LandingPage() {
layout="section"
title="House Rules"
sections={[
{ heading: "Safety & Conduct", content: "We pride ourselves on a safe, respectful environment for all locals and visitors." }
{ heading: "Safety & Conduct", content: [{ text: "We pride ourselves on a safe, respectful environment for all locals and visitors." }] }
]}
/>
</div>