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