From 016c629f29068ee253dfbf9c50e5b685c330ccc7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:10:40 +0000 Subject: [PATCH] Update src/app/book/page.tsx --- src/app/book/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index c3d5445..3afd17d 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { layout="page" title="Terms of Booking" sections={[ - { heading: "Cancellation", text: "Please provide 24 hours notice for any service cancellations." }, + { heading: "Cancellation", content: [{ type: "paragraph", text: "Please provide 24 hours notice for any service cancellations." }] }, ]} />