diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c36047..eca8644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,8 +117,8 @@ export default function LandingPage() { layout="section" title="Cafe Policies & House Rules" sections={[ - { heading: "Safety & Respect", content: [{ text: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }] }, - { heading: "Reservations", content: [{ text: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." }] } + { heading: "Safety & Respect", content: [{ type: "paragraph", text: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }] }, + { heading: "Reservations", content: [{ type: "paragraph", text: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." }] } ]} />