Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-05-08 19:10:44 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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." }] },
]}
/>
</div>