import { Button } from '@workspace/ui/components/button'; import { signIn } from '@/auth'; async function logIn() { 'use server'; await signIn('google', { redirectTo: '/' }); } export default async function Page() { return (
{/* Animated floating shapes */}
{/* Animated logo */} Logo

Placement Portal Login

Sign in to manage your placements

Empower your journey. Shape the future.

); }