{% extends 'base.html' %} {% load static %} {% block title %}{{ page_title }} - {{ shop_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Welcome to Sales Shark

Let's get your business up and running! Follow these step-by-step guides to set up your system.

{% for guide in guides %}

{{ guide.title }}

{{ guide.description }}

{{ guide.difficulty }} {{ guide.time }}
Start Guide
{% endfor %}
Quick Tips
Take your time

Each guide is designed to be completed at your own pace.

Practice freely

You can always edit or delete test entries later.

Need help?

Contact support anytime at support@salesshark.com

{% endblock %}