This commit is contained in:
2023-08-28 23:35:55 +02:00
parent d1b38f5052
commit f493178e3c
4 changed files with 42 additions and 40 deletions

View File

@ -31,8 +31,8 @@
<big-carousel :images="slides"></big-carousel>
<section class="product-section content">
<h2>{{ $t('products_page.title') }}</h2>
<p>{{ $t('products_page.subtitle1') }}</p>
<p class="centered"><img src="@images/v-elemento.png" /></p>
<p hidden>{{ $t('products_page.subtitle1') }}</p>
<p hidden class="centered"><img src="@images/v-elemento.png" /></p>
<ProductCarouselVue :products="products" />
<Certifications />