I have a minor issue when I run the landing page through Chrome's lighthouse auditing testsuite.
The Accessibility score is 95/100
Its fails as the SVG in drupal/core/profiles/demo_umami/themes/umami/images/svg/search.svg
is parsed... here is the error message
attributes on the page are not unique
many items in here have a id="Oval'
It is a quick fix to get 100/100 by deleting the Id's all together.