From 853daf13f0a377971ab2398407c4942d1e225a11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:08:06 +0000 Subject: [PATCH 1/2] Update src/app/book/page.tsx --- src/app/book/page.tsx | 49 ++++++++++--------------------------------- 1 file changed, 11 insertions(+), 38 deletions(-) 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() {