Welcome to the M.2 B+M section of our store. Here you will find a range of M.2 drives for both laptop or desktop. An M.2 can offer higher speeds than your average SSD, therefore, improving load times and speed of documents and applications.
Welcome to the M.2 B+M section of our store. Here you will find a range of M.2 drives for both laptop or desktop. An M.2 can offer higher speeds than your average SSD, therefore, improving load times and speed of documents and applications.

Founded in 2004, Tekeurope is a worldwide UK based provider of IT hardware and repair services.
Tekeurope
Unit 21, Milber Trading Estate
Newton Abbot. TQ12 4SG
Phone: (+44) 1803 865 300
Email: website@tekeurope.co.uk
© Tekeurope UK Ltd 2026 | All Rights Reserved | Company Registration No. 05151686 | VAT No. GB 850177727 |
| Privacy Policy | Cookie Information | Website by Ampology Digital |
const search = instantsearch({
indexName: ‘tekeurope_products’,
searchClient: instantMeiliSearch(
‘https://search.digitallucifer.com’,
‘956e1ba412285eca73312a4897f9513e3e5e94ef12246fbff793e4a58d39a3d7’
),
searchFunction: function(helper) {
if (helper.state.query.length === 0) {
return; // do not trigger search
}
helper.search(); // trigger search
},
})
search.addWidgets([
instantsearch.widgets.searchBox({
container: ‘#searchbox’,
placeholder: ‘Search products..’,
}),
instantsearch.widgets.hits({
container: ‘#hits’,
hitsPerPage: 50,
templates: {
item: `
`,
},
}),
])
search.start()
// After the `searchBox` widget
search.addWidgets([
instantsearch.widgets.configure({
hitsPerPage: 50
}),
]);