2 Commits

Author SHA1 Message Date
0b271f4ed7 Update src/app/page.tsx 2026-01-03 14:09:51 +00:00
4bd032baf3 Update src/app/page.tsx 2026-01-03 13:58:24 +00:00

View File

@@ -137,7 +137,7 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "deluxe", id: "deluxe",
price: "$189", price: "$210",
name: "Deluxe Room", name: "Deluxe Room",
buttons: [ buttons: [
{ text: "Check Availability", href: "#booking" }, { text: "Check Availability", href: "#booking" },
@@ -384,6 +384,11 @@ export default function LandingPage() {
id: "3", id: "3",
title: "What payment methods do you accept?", 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." 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" useInvertedBackground="noInvert"