diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx
index 67908cf..69f54a3 100644
--- a/src/app/book/page.tsx
+++ b/src/app/book/page.tsx
@@ -26,14 +26,10 @@ export default function LandingPage() {
@@ -42,12 +38,10 @@ export default function LandingPage() {
@@ -61,10 +55,8 @@ export default function LandingPage() {
title="Featured Services"
description="Explore our common booking options."
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: "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" },
]}
/>
@@ -74,10 +66,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." } },
]}
/>
@@ -85,24 +74,8 @@ export default function LandingPage() {
@@ -120,14 +100,12 @@ export default function LandingPage() {