This commit is contained in:
2023-07-26 21:09:28 +02:00
parent 66d66a4858
commit ec482a0861
19 changed files with 278 additions and 58 deletions

View File

@ -18,7 +18,8 @@ import { products } from '../../data.js';
Menu,
ProductCarousel,
CoffeeFarmer,
Certifications
Certifications,
Different
},
computed: {
productsCarousel() {
@ -39,7 +40,7 @@ import { products } from '../../data.js';
<section class="home-section content">
<h2>{{ $t('origins.header') }}</h2>
<ProductCarousel :products="productsCarousel" />
<DifferentVue />
<Different />
<CoffeeFarmer class="mt-5" />
<Certifications />
</section>