Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-31 17:38:21 +00:00
2 changed files with 6 additions and 18 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8fcff;;
--card: #ffffff;;
--foreground: #00101f;;
--primary-cta: #409fff;;
--background: #fffcfc;;
--card: #fffafa;;
--foreground: #220000;;
--primary-cta: #c1121f;;
--secondary-cta: #ffffff;;
--accent: #c7e2fc;;
--background-accent: #9bcfff;;
--accent: #f0b8bc;;
--background-accent: #e07a82;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -129,10 +129,6 @@ export default function LandingPage() {
],
buttons: [
{ text: "Book Deluxe", href: "contact" }
],
bottomNotes: [
"Free cancellation up to 7 days",
"Taxes and fees not included"
]
},
{
@@ -148,10 +144,6 @@ export default function LandingPage() {
],
buttons: [
{ text: "Book Executive", href: "contact" }
],
bottomNotes: [
"Free cancellation up to 3 days",
"Taxes and fees not included"
]
},
{
@@ -167,10 +159,6 @@ export default function LandingPage() {
],
buttons: [
{ text: "Book Penthouse", href: "contact" }
],
bottomNotes: [
"Non-refundable but modifiable",
"Contact concierge for special requests"
]
}
]}