public-web/layouts/partials/section-services.html
mdivecky 160f7117fc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix "All services" button for english website
2024-07-16 13:38:50 +02:00

12 lines
496 B
HTML

<section id=services class="py-32 clip-wedge bg-gray-100 dark:bg-gray-800">
<div class="container mx-auto px-6">
<header class="mb-16 text-balance">
<h2 class="text-3xl mb-2 font-bold">{{ i18n "services" }}</h2>
<p class="text-lg">{{ i18n "services_description" }}</p>
</header>
<div class="mb-12">
{{ partial "services.html" }}
</div>
<a class="link font-semibold" href="{{ relLangURL "services" }}">{{ i18n "show_all_services" }}</a>
</div>
</section>