import React from 'react'; import ComponentsAuthLoginForm from '@/components/auth/components-auth-login-form'; import { Metadata } from 'next'; import Link from 'next/link'; export const metadata: Metadata = { title: 'Register Boxed', }; export default function SocialBuddyLogin() { return (
{/* Background glows */} {/* blue left */}
{/* green left */}
{/* pink left */}
{/* pink - on card-small pink color bottom*/}
{/* orange*/}
{/* green right */}
{/* purple - right*/}
{/* yellow bottom right */}
{/* Login Form */}
); }