From 8c732c9a3a49fa308bc2b00d0b9bf4c7c2bd887f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:08:39 +0000 Subject: [PATCH 1/2] Update src/app/book/page.tsx --- src/app/book/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index 69f54a3..76d6ede 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -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" }, ]} /> @@ -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." } }, ]} /> -- 2.49.1 From c4aeea58b0eba58d99f1c49d3e25760c3222f034 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:08:39 +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 c2b3dbc..afded91 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: { 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." } }, ]} /> -- 2.49.1