Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b271f4ed7 | |||
| 4bd032baf3 |
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "deluxe",
|
||||
price: "$189",
|
||||
price: "$210",
|
||||
name: "Deluxe Room",
|
||||
buttons: [
|
||||
{ text: "Check Availability", href: "#booking" },
|
||||
@@ -384,6 +384,11 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, wire transfers, and digital payments. A credit card is required to hold your reservation, but payment isn't due until check-in."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are modifications to bookings possible?",
|
||||
content: "Yes, we can modify your booking at any time. Contact our reservations team with your booking reference number. Changes may be subject to availability and rate adjustments."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
|
||||
Reference in New Issue
Block a user