Update src/app/book/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user