Jul 13 - Change theme

This commit is contained in:
2026-07-13 16:12:49 -04:00
parent ae544af6e1
commit 61d6d33242
3 changed files with 278 additions and 185 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
{% block meta_description %}<meta name="description" content="{{ _('Free classifieds for Vietnamese and Hispanic communities across the US. Buy, sell, find jobs, services, and more.') }}">{% endblock %}
{% block content %}
<section class="hero">
<p class="hero-eyebrow">{{ _('Your local community marketplace') }}</p>
<h1>{{ _('Find what you need. Post what you offer.') }}</h1>
<p>{{ _('Buy, sell, request, hire, and connect across your community.') }}</p>
<a class="btn btn-lg" href="{{ url_for('listings.browse') }}">{{ _('Browse listings') }}</a>
@@ -10,4 +11,4 @@
<a class="btn btn-lg ghost" href="{{ url_for('auth.register') }}">{{ _('Get started') }}</a>
{% endif %}
</section>
{% endblock %}
{% endblock %}