change render feature news place

This commit is contained in:
2026-02-14 18:18:14 +01:00
parent bb576adf30
commit 93a3e4271d

View File

@@ -62,22 +62,6 @@
<meta name="twitter:image" content="{{ meta_image }}" />
{% endblock %}
{% block body %}
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<!-- We've used 3xl here, but feel free to try other max-widths based on your needs -->
<div class="mx-auto max-w-7xl">
<!-- Content goes here -->
{{
render(
controller(
'App\\Controller\\RenderFeatureController::news',
{
isCarousel: true
}
)
)
}}
</div>
</div>
<div class="bg-white py-6 sm:py-8">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:mx-0">
@@ -103,4 +87,21 @@
</div>
</div>
</div>
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<!-- We've used 3xl here, but feel free to try other max-widths based on your needs -->
<div class="mx-auto max-w-7xl">
<!-- Content goes here -->
{{
render(
controller(
'App\\Controller\\RenderFeatureController::news',
{
isCarousel: true
}
)
)
}}
</div>
</div>
{% endblock %}