From ab37f9d48710f675126a394bb46a9078385fe6dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:38:43 +0000 Subject: [PATCH 1/3] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index be764c9..a002ff4 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -61,7 +61,7 @@ export default function BookingPage() { layout="section" title="Booking Policy" sections={[ - { heading: "Terms", content: "Non-refundable deposits apply." } + { heading: "Terms", content: [{ type: "paragraph", text: "Non-refundable deposits apply." }] } ]} /> -- 2.49.1 From c18aedd714e957f334dd8db28592514be54d9015 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:38:43 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a8e3a8b..2683c33 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,7 @@ export default function ContactPage() { layout="section" title="Head Office" sections={[ - { heading: "Address", content: "Tadoba-Andhari Tiger Reserve, Maharashtra." } + { heading: "Address", content: [{ type: "paragraph", text: "Tadoba-Andhari Tiger Reserve, Maharashtra." }] } ]} /> -- 2.49.1 From 2f21f638100908330f05c7d288e2688e9cdb3c49 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:38:44 +0000 Subject: [PATCH 3/3] 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 ab82a7c..0d7cb53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() {
- +