How to fix liquid error in Atlantic theme search bar?

HI! We need help for ATLANTIC THEME. We have deleted some of code resulting to liquid. error and at the same time, we cannot search in the bar tool

this is urgent hopefully you can help us.

Thank you

https://community.shopify.com/c/Shopify-Design/LIQUID-ERROR-IN-ATLANTIC-THEME/m-p/1217792/highlight/true#M314918

Hello,

I see there are two errors which you are facing in your store.

To resolve this, Open your theme code editor for the published theme.

(1) Could not find snippets/theme-options.liquid
This file “theme-options. liquid” is missing in your theme snippets, You just need to download the ATLANTIC THEME again and find the theme-options. liquid file, then create the theme-options.liquid file at the current theme package and copy it from the package file.

(2) Liquid error(header-minimal -line 24) : Argument error in tag ‘include’ - Illegal template name
This one looks like a semicolon missing error
So Instead of the proper code line
{% include ‘FILE_NAME’ %}
you may have a broken code line such as
{% include 'FILE_NAME %}

in the file header-minimal.liquid, So as we see there might be a missing semicolon in this code line.

Try to apply these solutions I am sure this would help on this.