Merge version_1 into main #4
@@ -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." } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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." } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user