From c4f6474fe72468c4d5d2e07cf9258c1d46cb8e4d Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 28 Dec 2025 12:24:13 +0100 Subject: [PATCH] Add LoginArea component to header for user authentication --- src/pages/Index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 0f06c3b..baeb806 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -4,6 +4,7 @@ import { Button } from '@/components/ui/button'; import { Card, CardContent } from '@/components/ui/card'; import { CheckCircle2, Copy, Server, Zap, Shield, Globe } from 'lucide-react'; import { useToast } from '@/hooks/useToast'; +import { LoginArea } from '@/components/auth/LoginArea'; const Index = () => { const [copied, setCopied] = useState(false); @@ -58,6 +59,15 @@ const Index = () => { return (
+ {/* Header */} +
+
+
+ +
+
+
+ {/* Hero Section */}
{/* Animated Background Elements */}