From 997b37090ea403a299f4ece568976fb3cca74af4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:18:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." }] } ]} />