Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-26 02:26:48 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
]}
brandName="Fade Empire"
button={{
text: "Book Now", href: "https://booksy.com"}}
text: "Book Now", href: "https://booksy.com"}}
animateOnLoad={true}
/>
</div>
@@ -247,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #FFD700;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #DAA520;
--background-accent: #333333;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);