Netlfiy displaying page not found error when my bolt website is deployed

I have finished my bolt website but ran into an issue.

As shown in the images, when the website is deployed and I click on read more reviews or view alll services it opens the page not found error. I have discussed this with bolt, and it added netlify.toml as shown in the attached image, but im still getting the error when clicking these options.

my website is twinnzbarbers.com

the netlify subdomain link is https://statuesque-tiramisu-686724.netlify.app/

@Zubair The issue you’re experiencing is mentioned in Netlify’s documentation, along with the solution.

See:
https://docs.netlify.com/configure-builds/javascript-spas/

Avoid 404s for SPAs

If your project is a single page app (SPA) that uses the history pushState method to get clean URLs, you must add a rewrite rule to serve the index.html file no matter what URL the browser requests.

The netlify.toml that Bolt has created appears correct, so you’ve just got to make sure that you:

  1. Actually deployed the new version of the app
  2. Are looking at the right version of the site

If you check your Deploy log on Netlify:
https://docs.netlify.com/monitor-sites/logs/#deploy-log

It will show if it detected the redirect/rewrite rules.
This will help you determine if you’ve not deployed it, or are looking at a wrong version etc.