feat: add tech-inspired animated background component

Add dynamic background with gradient, particles, and theme support

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
v0
2026-02-04 15:15:42 +00:00
parent b0aa34da7b
commit 822c08bda8
2 changed files with 174 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ import { Toaster } from "@/components/ui/toaster"
import { useToast } from "@/hooks/use-toast"
import { useTheme } from "@/components/theme-provider"
import { useLanguage } from "@/lib/i18n"
import { TechBackground } from "@/components/tech-background"
interface TOTPToken {
id: string
@@ -641,6 +642,7 @@ export default function TwoFactorAuth() {
return (
<div className="min-h-screen bg-background flex flex-col">
<TechBackground />
{/* Header */}
<header className="border-b bg-card/50 backdrop-blur-sm sticky top-0 z-50">
<div className="max-w-3xl mx-auto px-6 md:px-8 py-4">