5 Commits

Author SHA1 Message Date
a0e4043830 Merge version_5 into main
Merge version_5 into main
2025-12-23 17:03:39 +00:00
062fc96578 Update src/app/page.tsx 2025-12-23 17:03:34 +00:00
bab70b0e4e Merge version_4 into main
Merge version_4 into main
2025-12-23 17:02:09 +00:00
e144c18121 Update src/app/globals.css 2025-12-23 17:02:04 +00:00
704572d19e Merge version_2 into main
Merge version_2 into main
2025-12-23 16:57:49 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #facc15;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
--background: #0f0800;
--card: #1a1410;
--foreground: #fff8f0e6;
--primary-cta: #ffae00;
--secondary-cta: #1a1410;
--accent: #7b5337;
--background-accent: #b8400c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -218,7 +218,7 @@ export default function LandingPage() {
tagIcon={Mail}
useInvertedBackground="noInvert"
inputPlaceholder="your.blinded.email@example.com"
buttonText="Subscribe"
buttonText="ZALUPA"
termsText="By subscribing, you agree to receive weekly flash notifications and tactical darkness updates."
onSubmit={(email) => console.log(email)}
/>