{% extends 'base.html' %} {% load i18n static %} {% block content %} {% get_current_language as CURRENT_LANG %} {% if banners %}
{% for banner in banners %} {% endfor %}
{% for banner in banners %}
{{ banner.display_title }}

{{ banner.display_title }}

{{ banner.display_subtitle }}

{% if banner.link %} {% trans "Learn More" %} {% endif %}

{{ banner.display_title }}

{{ banner.display_subtitle }}

{% if banner.link %} {% trans "Learn More" %} {% endif %}
{% endfor %}
{% if banners.count > 1 %} {% endif %}
{% endif %} {% if not banners %}

{% trans "Smart Cargo Solutions" %}
{% trans "Locally & Abroad" %}

{% trans "The most reliable platform connecting shippers with truck owners across the region. Transparent, fast, and secure." %}

Logistics
{% endif %} {% for section in home_sections %}
{% if section.section_type == 'SIMPLE' %}

{{ section.display_title }}

{% if section.display_subtitle %}
{{ section.display_subtitle }}
{% endif %}
{{ section.display_content|linebreaks }}
{% if section.image %}
{{ section.display_title }}
{% endif %}
{% elif section.section_type == 'CTA' %}

{{ section.display_title }}

{% if section.display_subtitle %}

{{ section.display_subtitle }}

{% endif %}
{{ section.display_content|linebreaks }}
{% trans "Get Started" %}
{% elif section.section_type == 'FEATURES' %}

{{ section.display_title }}

{{ section.display_subtitle }}

{{ section.display_content|safe }}
{% endif %}
{% endfor %}

{% trans "How would you like to use MASAR?" %}

{% trans "Choose your path to get started with our platform." %}

{% trans "I am a Shipper" %}

{% trans "I need to move goods locally or abroad. Post your shipment, receive offers from verified drivers, and track your cargo in real-time." %}

  • {% trans "Post shipments easily" %}
  • {% trans "Compare competitive bids" %}
  • {% trans "Real-time tracking" %}
{% trans "Find a Truck" %}

{% trans "I am a Truck Owner" %}

{% trans "I have trucks and want to find cargo to transport. Register your fleet, bid on available jobs, and grow your business." %}

  • {% trans "Access daily cargo leads" %}
  • {% trans "Flexible bidding system" %}
  • {% trans "Direct chat with shippers" %}
{% trans "Register Your Truck" %}

{% trans "Everything you need for seamless logistics" %}

{% trans "WhatsApp Integration" %}

{% trans "Receive instant updates and communicate easily via WhatsApp API." %}

{% trans "Multilingual Support" %}

{% trans "Fully accessible in both Arabic and English for all users." %}

{% trans "Secure Documentation" %}

{% trans "Digital verification of truck registration and driver licenses." %}

Freight truck
Warehouse interior
{% if testimonials %}

{% trans "What Our Customers Say" %}

{% trans "Real stories from shippers and truck owners using MASAR." %}

{% for testimonial in testimonials %}
{% for i in "12345" %} {% endfor %}

"{{ testimonial.display_content }}"

{% if testimonial.image %} {{ testimonial.display_name }} {% else %}
{{ testimonial.display_name|slice:":1" }}
{% endif %}
{{ testimonial.display_name }}
{{ testimonial.display_role }}
{% endfor %}
{% endif %}

{% trans "Ready to move your cargo?" %}

{% trans "Join thousands of shippers and drivers on MASAR today." %}

{% trans "Join Now" %}
{% endblock %}