4 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
704572d19e Merge version_2 into main
Merge version_2 into main
2025-12-23 16:57:49 +00:00

View File

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