Merge version_1 into main #3

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

View File

@@ -57,6 +57,7 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Furnace Tune-Up", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-1" },
{ id: "p2", name: "AC Inspection", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-2" },
{ id: "p3", name: "System Check", price: "$79", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prod-3" },
]}
/>
</div>
@@ -66,7 +67,7 @@ export default function LandingPage() {
layout="page"
title="Terms of Booking"
sections={[
{ heading: "Cancellation", content: { type: "paragraph", text: "Please provide 24 hours notice for any service cancellations." } },
{ heading: "Cancellation", content: { text: "Please provide 24 hours notice for any service cancellations." } },
]}
/>
</div>

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
layout="section"
title="Service Standards"
sections={[
{ heading: "Our Promise", content: { type: "paragraph", text: "We guarantee transparent pricing and honest assessments on every job." } },
{ heading: "Our Promise", content: { text: "We guarantee transparent pricing and honest assessments on every job." } },
]}
/>
</div>