4 Commits

Author SHA1 Message Date
76f00c84ff Update src/app/page.tsx 2026-05-01 07:21:28 +00:00
d66a1c120a Merge version_3 into main
Merge version_3 into main
2026-05-01 07:20:19 +00:00
c84828e467 Update src/app/page.tsx 2026-05-01 07:20:16 +00:00
b76efbb9bf Merge version_2 into main
Merge version_2 into main
2026-05-01 07:18:46 +00:00

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Neural Mapping", description: "Identify your mental grid position.", bentoComponent: "reveal-icon", icon: Zap title: "Neural Mapping", description: "Visualize your mental patterns in seconds.", bentoComponent: "reveal-icon", icon: Zap
}, },
{ {
title: "Dynamic Sync", description: "Protocol transposition initiated.", bentoComponent: "reveal-icon", icon: Star title: "Dynamic Sync", description: "Protocol transposition initiated.", bentoComponent: "reveal-icon", icon: Star
@@ -145,7 +145,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Initiate Final Reveal" title="Initiate Final Reveal"
description="Enter your final word signature to finalize the neural decryption sequence." description="Submit your neural ID and target word now to unlock your personalized Final Reveal results immediately."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Neural ID" }, { name: "name", type: "text", placeholder: "Neural ID" },
{ name: "word", type: "text", placeholder: "Final Target Word" } { name: "word", type: "text", placeholder: "Final Target Word" }