From 8c3dd47f71c60c5fea361d32cb31ac52cbb38f4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:12:53 +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 f734027..1c36047 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: "We pride ourselves on a welcoming, safe environment for all customers. Harassment or disruptive behavior will not be tolerated." }, - { heading: "Reservations", content: "Bookings can be made via WhatsApp. Minimum of 2 hours for private setups. Cancellation notice required 30 mins prior." } + { 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." }] } ]} /> -- 2.49.1