{% extends "base.html" %} {% block content %}
{% if home_settings.hero_background %}
Hero Background
{% endif %}
{% if home_settings.hero_headline %}

{{ home_settings.hero_headline }}

{% endif %} {% if home_settings.hero_subtext %}

{{ home_settings.hero_subtext }}

{% endif %} {% if home_settings.hero_cta_text and home_settings.hero_cta_link %} {{ home_settings.hero_cta_text }} {% endif %}

FROM CALIFORNIA TO THE WORLD .

{% if home_page_settings.overview_image %} Overview {% else %} Global Trade {% endif %}

{% if home_page_settings.overview_title %} {{ home_page_settings.overview_title|safe }} {% else %} Connecting American Opportunity with Global Markets. {% endif %}

{% if home_page_settings.overview_tagline %}

"{{ home_page_settings.overview_tagline }}"

{% endif %}
{% if home_page_settings.overview_content %} {{ home_page_settings.overview_content|safe }} {% else %}

Founded by Andrew Hughan, former USAIF professional, Trade California is a Sacramento, California-based international trade and business development platform operated by American Green Technology, LLC.

Trade California connects global buyers, distributors, governments, and business partners with trusted U.S.-based products, commodities, services, and business opportunities—helping build meaningful connections between American businesses and international markets.

{% endif %}
{% if home_page_settings.about_section_title or home_page_settings.about_section_content %}

{{ home_page_settings.about_section_title }}

{{ home_page_settings.about_section_content|safe }}
{% if home_page_settings.about_section_image %} About Trade California {% else %} About Trade California {% endif %}
{% endif %}
{% if home_page_settings.bottom_large_image %} Trade California {% else %} Trade California {% endif %}
{% endblock %}