import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import Link from 'next/link' import { Monitor, Mail, ArrowRight } from 'lucide-react' export default function SignUpSuccessPage() { return (
RemoteLink
Check your email {"We've sent you a confirmation link. Please check your inbox and click the link to activate your account."}

{"Didn't receive the email? Check your spam folder or try signing up again with a different email address."}

) }