3 Commits

Author SHA1 Message Date
038a2e76e6 Merge version_2 into main
Merge version_2 into main
2025-12-31 17:38:21 +00:00
84df6e982a Update src/app/page.tsx 2025-12-31 17:38:17 +00:00
e8819952c0 Update src/app/globals.css 2025-12-31 17:38:16 +00:00
2 changed files with 6 additions and 18 deletions

View File

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

View File

@@ -129,10 +129,6 @@ export default function LandingPage() {
], ],
buttons: [ buttons: [
{ text: "Book Deluxe", href: "contact" } { 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: [ buttons: [
{ text: "Book Executive", href: "contact" } { 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: [ buttons: [
{ text: "Book Penthouse", href: "contact" } { text: "Book Penthouse", href: "contact" }
],
bottomNotes: [
"Non-refundable but modifiable",
"Contact concierge for special requests"
] ]
} }
]} ]}