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: 'Login', }; export default function SocialBuddyLogin() { return (
{/* ===== Background Glows ===== */} {/* Blue */}
{/* Green left */}
{/* Pink left */}
{/* Pink bottom */}
{/* Orange */}
{/* Green right */}
{/* Purple */}
{/* Yellow */}
); }