import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '@/components/ui/card' import { Link } from '@tanstack/react-router' import AuthLayout from '../auth-layout' import { SignUpForm } from './components/sign-up-form' export default function SignUp() { return ( Create an account Enter your email and password to create an account.
Already have an account?{' '} Sign In

By creating an account, you agree to our{' '} Terms of Service {' '} and{' '} Privacy Policy .

) }