@@ -207,19 +207,19 @@ function VaultPageClient({ id }: { id: string }) {
207207 repeat : Infinity ,
208208 repeatType : "reverse"
209209 } }
210- className = "text-8xl mb-8 filter drop-shadow-[0_0_15px_rgba(0,255,65,0.3)]"
210+ className = "text-6xl mb-6 filter drop-shadow-[0_0_15px_rgba(0,255,65,0.3)]"
211211 >
212212 🔒
213213 </ motion . div >
214214
215- < h1 className = "text-5xl font-bold glow-text mb-4 " >
215+ < h1 className = "text-4xl font-bold glow-text mb-3 " >
216216 < DecryptedText text = "VAULT SEALED" animateOn = "view" className = "text-neon-green" />
217217 </ h1 >
218- < p className = "text-neon-green/70 mb-8 " >
218+ < p className = "text-neon-green/70 mb-6 " >
219219 This message is cryptographically locked until:
220220 </ p >
221221
222- < Card className = "p-8 mb-8 border-neon-green/40 shadow-[0_0_30px_rgba(0,255,65,0.1)]" >
222+ < Card className = "p-6 mb-6 border-neon-green/40 shadow-[0_0_30px_rgba(0,255,65,0.1)]" >
223223 < div className = "text-xl font-bold mb-4 text-neon-green/80 uppercase tracking-widest border-b border-neon-green/20 pb-2" >
224224 Protocol Unlock Time
225225 </ div >
@@ -243,7 +243,7 @@ function VaultPageClient({ id }: { id: string }) {
243243 ) }
244244 </ Card >
245245
246- < div className = "space-y-6 " >
246+ < div className = "space-y-4 " >
247247 < p className = "text-xs text-neon-green/40 max-w-xs mx-auto leading-relaxed" >
248248 < span className = "block mb-1" > SECURITY LEVEL: MAXIMUM</ span >
249249 This vault uses split-key encryption and WORM storage.
0 commit comments