Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-04-17 06:38:47 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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." }] }
]}
/>
</div>

View File

@@ -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." }] }
]}
/>
</div>

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCatalogItem product={{ brand: "Nature", name: "Explorer Kit", price: "$50", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/hiker-with-camera_23-2147683042.jpg" }} />
<ProductCatalogItem product={{ id: "p1", name: "Explorer Kit", price: "$50", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/hiker-with-camera_23-2147683042.jpg" }} />
</div>
<div id="footer" data-section="footer">