import Link from "next/link"; export default function LegalTerms(){ return (

By clicking continue, you agree to our{" "} Terms of Service{" "} and{" "} Privacy Policy.

) }