Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 038a2e76e6 | |||
| 84df6e982a | |||
| e8819952c0 |
@@ -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);
|
||||||
|
|||||||
@@ -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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user