NHS Box Donations
During the COVID-19 pandemic like many people we felt like we wanted to help in any way we could.
During the COVID-19 pandemic like many people we felt like we wanted to help in any way we could.
Tekeurope Junior Sales Account Manager and gamer Connor Barrett has been testing the GXD0J16085 – Lenovo Y Surround Sound Gaming
In the ever changing IT industry continuous training is essential and regular time is set aside for Tekeurope’s engineers to
The Project After 15 years based in Totnes and due to the continued growth of
Tekeurope has now been granted Authorised Partner status by leading IT hardware manufacturer Lenovo. The company already has a number
On the 27th January 2020 the move from our Totnes site to the new Newton
It was off to Bristol again for the Tekeurope staff Christmas party 2019. A coach load of staff made
Tekeurope UK has been in business since 2004 and over the course of nearly 2 decades, 2 moves and over
Tekeurope Warehouse Operative and avid gamer David Mag recently tested a GX30L02674 Lenovo Legion Y Optical Gaming Mouse, available
In addition to the long held ISO 9001 certification the company has now gained ISO 14001 accreditation. Gaining the environmentally

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
}),
]);