"use client"
import { useState } from "react"
import { Eye, EyeOff, Mail, Lock, User, Github, Chrome, Apple, ArrowRight, Shield, CheckCircle } from "lucide-react"
import { Button } from "@/components/ui/button"
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"
import { Separator } from "@/components/ui/separator"
import { Checkbox } from "@/components/ui/checkbox"
import { LoginSection } from "@/components/sections/login-section"
interface LoginVariantProps {
variant: "simple" | "social" | "modern" | "split" | "minimal" | "secure"
}
function SimpleLogin() {
const [showPassword, setShowPassword] = useState(false)
return (
Don't have an account?{" "}
New to our platform?{" "}
Sign in to access your personalized dashboard and continue where you left off.
Enter your credentials to continue
Welcome back to your account
Check your authenticator app for the verification code
Having trouble?{" "}