Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f23dd2336c | |||
| afcbfb8ba3 |
@@ -190,6 +190,8 @@ export default function LandingPage() {
|
|||||||
id: "q2", title: "Do you have parking?", content: "We offer complimentary valet parking for all guests."},
|
id: "q2", title: "Do you have parking?", content: "We offer complimentary valet parking for all guests."},
|
||||||
{
|
{
|
||||||
id: "q3", title: "Can I request late checkout?", content: "Late checkout is subject to availability and may incur a fee."},
|
id: "q3", title: "Can I request late checkout?", content: "Late checkout is subject to availability and may incur a fee."},
|
||||||
|
{
|
||||||
|
id: "q4", title: "Cancellation Policy", content: "Cancellations made at least 48 hours before your arrival date are fully refundable."},
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked"
|
title="Frequently Asked"
|
||||||
description="Quick answers to help you plan your upcoming stay."
|
description="Quick answers to help you plan your upcoming stay."
|
||||||
@@ -221,7 +223,7 @@ export default function LandingPage() {
|
|||||||
description="Secure your room today and receive exclusive perks for your upcoming stay."
|
description="Secure your room today and receive exclusive perks for your upcoming stay."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Secure Your Suite", href: "mailto:hello@grandhorizon.com"},
|
text: "Contact Us", href: "mailto:hello@grandhorizon.com"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user