cambios
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user