Update src/app/page.tsx

This commit is contained in:
2026-04-05 20:18:07 +00:00
parent 8c3dd47f71
commit 997b37090e

View File

@@ -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." }] }
]}
/>
</div>