Merge version_1 into main #3
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user