How can I recover my deleted homepage showing a 404 error?

Hello

I was trying to remove a pop up from my website home page and instead have deleted the whole home page which now shows 404 Page not found.

Is there a way to get this back please?

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Templates → Create file “404.json” and paste code:
{
  "sections": {
    "main": {
      "type": "main-404",
      "settings": {
      }
    }
  },
  "order": [
    "main"
  ]
}
  1. Sections → Create file “main-404.liquid” and paste code:

  

    {{ 'templates.404.subtext' | t }}
  

  # 
    {{ 'templates.404.title' | t }}
  
  
    {{ 'general.continue_shopping' | t }}
  

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.