"use client" import { useState } from "react" import Link from "next/link" export default function LoginPage() { const [username, setUsername] = useState("") const [password, setPassword] = useState("") return (
Sign in to your Harifsport account
Don't have an account?{" "} Register now