diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index 67908cf..69f54a3 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -26,14 +26,10 @@ export default function LandingPage() { @@ -74,10 +66,7 @@ export default function LandingPage() { layout="page" title="Terms of Booking" sections={[ - { - heading: "Cancellation", content: { - 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." } }, ]} /> @@ -85,24 +74,8 @@ export default function LandingPage() { @@ -120,14 +100,12 @@ export default function LandingPage() {
@@ -135,24 +113,8 @@ export default function LandingPage() {