Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cf4481c75 | |||
| 76f00c84ff | |||
| d66a1c120a | |||
| c84828e467 | |||
| b76efbb9bf |
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user