From e8819952c0e1d8a74f8e1f3c88551159560be884 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 31 Dec 2025 17:38:16 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index cfa5f53..7e0e8c6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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); From 84df6e982a05c60204500d72da1bb9515a17f4a6 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 31 Dec 2025 17:38:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b07522..9e8c060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" ] } ]}