import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Mail } from 'lucide-react' export default function VerifyEmailPage() { return (
Check your email We've sent you a magic link to sign in

Click the link in your email to complete the sign-in process. The link will expire in 15 minutes.

Didn't receive an email? Check your spam folder or try again.

) }