import ComponentsAuthRegisterForm from '@/components/auth/components-auth-register-form'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Register Boxed', }; export default function BoxedSignUp() { return (
{/* Background glows */}
{/* SIGNUP CARD — SLIGHTLY WIDER */}
{/* Logo */}
Logo

Create Your SocialBuddy Account

{/* Form */}
{/* Footer */}
Already have an account?{' '} SIGN IN
); }