Fixing Schema markup for Google SEO

I am trying to update my website schema so that the name of the site will be “Priya Agrawal” instead of priyaagrawal.com.

I used this site to generate the schema, and put the following in the Webflow site settings to be included in the of every page:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Priya Agrawal - San Francisco Realtor",
  "alternateName": "Priya Agrawal",
  "url": "https://priyaagrawal.com/",
  "logo": "https://uploads-ssl.webflow.com/623b5dfc8a94aa0cdb9d914b/642b658e40c74564da86b3be_Priya%20Agrawal%20Logo.png"
}
</script>

However, I am still seeing the following for Google search results. How can I fix this?

CleanShot 2023-04-05 at 12.42.49