import Link from 'next/link' import { Mail, ArrowLeft } from 'lucide-react' import { Button } from '@/components/ui/button' export default function SignUpSuccessPage() { return (
{/* Background elements */}
{/* Back to home */} Back to home {/* Card */}
{/* Icon */}
{/* Content */}

Check your email

We've sent you a confirmation link. Please check your email and click the link to verify your account.

{/* Actions */}

Didn't receive the email? Check your spam folder or{' '} try again

) }