diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index c3d5445..3afd17d 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -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." }] }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b77607..7643245 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { layout="section" title="Service Standards" sections={[ - { heading: "Our Promise", 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." }] }, ]} />