Skip to content

Commit db03bd3

Browse files
committed
final commit
1 parent f18d826 commit db03bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>BB84 Quantum Key Distribution - 3D Simulator</title>
6+
<title>QKD Protocol Simulator</title>
77
<link rel="icon" type="image/png" href="favicon_quantum.png">
88
<meta name="description" content="Interactive 3D simulation of the BB84 Quantum Key Distribution protocol. Experience quantum cryptography with real-time photon visualization and basis matching." />
99
<style>

src/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Home = () => {
3232
<h1 className="text-5xl md:text-7xl font-bold bg-gradient-quantum bg-clip-text text-transparent leading-tight">
3333
BB84 Protocol
3434
<br />
35-
<span className="text-4xl md:text-6xl">3D Visualization</span>
35+
<span className="text-4xl md:text-6xl">3D Simulator</span>
3636
</h1>
3737

3838
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">

0 commit comments

Comments
 (0)