"use client" import { useState } from "react" import Link from "next/link" export default function RegisterPage() { const [step, setStep] = useState(1) return (
Join Harifsport today
Please verify your phone number to start betting.
Already have an account?{" "} Login
)}