From ff870161971b228d5b947619051de4938d7d4dc2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:09:15 +0000 Subject: [PATCH 1/2] Update src/app/book/page.tsx --- src/app/book/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index 76d6ede..57a47fb 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -67,7 +67,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." } }, ]} /> -- 2.49.1 From 5d0aeca1c36b26d06e6756a3b5f0450e7004af8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:09:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afded91..c2b3dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { layout="section" title="Service Standards" sections={[ - { heading: "Our Promise", content: { text: "We guarantee transparent pricing and honest assessments on every job." } }, + { heading: "Our Promise", content: { type: "paragraph", text: "We guarantee transparent pricing and honest assessments on every job." } }, ]} /> -- 2.49.1