From 0b6c9b465cc7caf93061b93970799e2fa0ec4adf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 05:17:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a70906..de76508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,6 +128,7 @@ export default function LandingPage() { title="Live Demo: Quantum Key Exchange" description="Watch the BB84 protocol in action, moving from encrypted packet creation to secure key distribution in real-time." textboxLayout="split" + animationType="slide-up" items={[ { trigger: "Phase 1: Photon Emission", content: "Generation of quantum-entangled states for initial handshake.", imageOne: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637784.jpg?_wi=1" }, { trigger: "Phase 2: Error Correction", content: "Real-time filtering to remove noise and secure the communication channel.", imageOne: "http://img.b2bpic.net/free-photo/cybersecurity-concept-secure-data-transfer_23-2152001135.jpg?_wi=1" },