diff --git a/src/app/page.tsx b/src/app/page.tsx
index ab056ea..59850ca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,36 +41,15 @@ export default function LandingPage() {
@@ -90,7 +60,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Cyber-Mentalist Logic"
description="Inspired by neuro-linguistic grids and cryptographic transposition, our protocol bypasses conventional thought to map your mental signals into digital reality."
- imageSrc="http://img.b2bpic.net/free-photo/top-view-network-concept_23-2148999172.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/top-view-network-concept_23-2148999172.jpg"
imageAlt="Neural Mapping Interface"
/>
@@ -102,29 +72,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Neural Mapping",
- description: "Static 7x4 alphabet grid processing based on your initial selection.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728160.jpg",
- imageAlt: "digital puzzle grid ui",
+ title: "Neural Mapping", description: "Static 7x4 alphabet grid processing based on your initial selection.", bentoComponent: "reveal-icon", icon: Zap
},
{
- title: "Dynamic Synchronization",
- description: "Transposition logic to realign letters based on the second phase input.",
- bentoComponent: "reveal-icon",
- icon: Star,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-data-technology-background-with-flowing-particles_1048-18065.jpg?_wi=2",
- imageAlt: "digital puzzle grid ui",
+ title: "Dynamic Synchronization", description: "Transposition logic to realign letters based on the second phase input.", bentoComponent: "reveal-icon", icon: Star
},
{
- title: "Instant Decoding",
- description: "High-speed decryption sequence resulting in your target word reconstruction.",
- bentoComponent: "reveal-icon",
- icon: ShieldCheck,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-network-concept_23-2148999172.jpg?_wi=2",
- imageAlt: "digital puzzle grid ui",
- },
+ title: "Instant Decoding", description: "High-speed decryption sequence resulting in your target word reconstruction.", bentoComponent: "reveal-icon", icon: ShieldCheck
+ }
]}
title="Protocol Logic Layers"
description="Two-phase grid elimination algorithms designed for precise neural signal interpretation."
@@ -138,21 +93,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "99.9%",
- description: "Mapping Accuracy",
- },
- {
- id: "m2",
- value: "2.4s",
- description: "Avg Decode Time",
- },
- {
- id: "m3",
- value: "50K+",
- description: "Neurons Processed",
- },
+ { id: "m1", value: "99.9%", description: "Mapping Accuracy" },
+ { id: "m2", value: "2.4s", description: "Avg Decode Time" },
+ { id: "m3", value: "50K+", description: "Neurons Processed" }
]}
title="Decryption Statistics"
description="Performance metrics of the VND Mind Reading protocols."
@@ -163,48 +106,14 @@ export default function LandingPage() {
@@ -271,35 +157,21 @@ export default function LandingPage() {
logoText="VND Protocol"
columns={[
{
- title: "Product",
- items: [
- {
- label: "Mapping",
- href: "#features",
- },
- {
- label: "Protocol",
- href: "#",
- },
- ],
+ title: "Product", items: [
+ { label: "Mapping", href: "#features" },
+ { label: "Protocol", href: "#" }
+ ]
},
{
- title: "Support",
- items: [
- {
- label: "Documentation",
- href: "#faq",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ title: "Support", items: [
+ { label: "Documentation", href: "#faq" },
+ { label: "Contact", href: "#contact" }
+ ]
+ }
]}
/>
);
-}
+}
\ No newline at end of file