WEB DESIGN PROJECT

Clinicians Implant Academy

We created a website for a training academy dedicated to offering clinicians advanced education in dental implants. The project aimed to establish a platform that highlights the academy's courses and simplifies the booking process for participants.

$('.hero-card' '.small').click(function(e) { e.preventDefault(); var linkUrl = $(this).attr('href'); setTimeout(function(url) { window.location = url; }, 3000, linkUrl); });