Update src/app/book/page.tsx

This commit is contained in:
2026-05-08 19:10:40 +00:00
parent 7125aaf072
commit 016c629f29

View File

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