import { Logo } from '@/components/layout/logo'; import { Button } from '@/components/ui/button'; import { Input } from '@/components/ui/input'; import { Label } from '@/components/ui/label'; import Link from 'next/link'; export default function ForgotPasswordPage() { return (

Recover Password

Enter your email to receive a reset link

We'll send you a link to reset your password.

Remembered your password?

); }