templates/en/hcp-index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Introduction to INR testing with CoaguChek®{% endblock %}
  3. {% block description %}Whether your patients are ready to self-test or prefer to test their INR levels in a clinic setting, CoaguChek® has systems to meet their needs.{% endblock %}
  4. {% block main %}
  5.     <section class="bg-hcp text-white position-relative roche-header">
  6.         <div class="container-fluid">
  7.             <div class="row align-items-center">
  8.                 <div class="col-xl-4 offset-xl-2 py-5 px-0 order-2 order-lg-1">
  9.                     <div class="container">
  10.                         <h1>Designed to meet your patients where they are</h1>
  11.                         <p class="mb-0">When it comes to coagulation monitoring, the right tool can make all the difference for your patients. Support their anticoagulation journey by bringing them closer to a simple and accurate solution.</p>
  12.                     </div>
  13.                 </div>
  14.                 <div class="col-lg-6 pe-0 order-1 order-lg-2">
  15.                     <img src="{{ asset('build/images/hcp/00-Homepage/00_HeroImage_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/00_HeroImage_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/00_HeroImage_2x.png') }} 2x" alt="A female doctor smiling at her patient" class="w-100" />
  16.                 </div>            
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <section class="roche-section__medium bg-hcp" style="--bs-bg-opacity: .1;">
  21.         <div class="container">
  22.             <div class="row align-items-center">
  23.                 <div class="col-12 col-lg-7 order-2 order-lg-1">
  24.                     <div class="roche-image roche-image__left">
  25.                         <img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_2x.png') }} 2x" alt="A female doctor showing test results to a middle-aged male patient">
  26.                     </div>
  27.                 </div>
  28.                 <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  29.                     <h2 class="text-hcp">DOAC or VKA</h2>
  30.                     <p>When it comes to choosing the right oral anticoagulant for your patients, there are multiple factors to consider. Explore patient profiles as well as an overview of the medication options. </p>
  31.                     <a class="btn btn-hcp text-white" href="{{ path('hcp-doac-or-vka') }}">Read more</a>
  32.                     <p class="mt-5">DOAC: direct oral anticoagulant; VKA: Vitamin K antagonist</p> 
  33.                 </div>
  34.             </div>
  35.         </div>
  36.     </section>
  37.     <section class="roche-section__medium text-hcp">
  38.         <div class="container">
  39.             <div class="row">
  40.                 <div class="col-12 col-lg-6 px-5 pb-5">
  41.                     <div class="text-center">
  42.                         <p><img src="{{ asset('build/images/hcp/00-Homepage/06_Icon_TestingInYourOffice.svg') }}" alt="Testing in your office icon"></p>
  43.                         <h2>Convenient INR testing in your office</h2>
  44.                         <p>Using the CoaguChek<sup>®</sup> Pro II system for INR testing at your office is a safe, reliable alternative to lab testing that allows you to check your patients’ coagulation levels at any time.</p>
  45.                         <a class="btn btn-hcp text-white" href="{{ path('hcp-poc-inr-testing') }}">Learn more</a>
  46.                     </div>
  47.                 </div>
  48.                 <div class="col-12 col-lg-6 px-5 pt-5 pt-lg-0">
  49.                     <div class="text-center">
  50.                         <p><img src="{{ asset('build/images/hcp/00-Homepage/07_Icon_TheBenefits.svg') }}" alt="The benefits icon"></p>
  51.                         <h2>The benefits of patient self-testing</h2>
  52.                         <p>In patients for whom self-testing is appropriate, not only is the ability to test coagulation levels at home convenient, but it may also improve the time they stay in range.</p>
  53.                         <a class="btn btn-hcp text-white" href="{{ path('hcp-patient-self-testing') }}">Learn more</a>
  54.                     </div>
  55.                 </div>
  56.             </div>
  57.         </div>
  58.     </section>
  59.     <section class="roche-section__medium bg-hcp text-white">
  60.         <div class="container">
  61.             <div class="row align-items-center">
  62.                 <div class="col-12 col-lg-5 pt-5 pt-lg-0 order-2 order-lg-1">
  63.                     <h2>The CoaguChek<sup>®</sup> Roche Care Centre is here to answer your questions.</h2>
  64.                     <p>Call us toll-free at <a href="tel:18774262482" class="text-white">1-877-426-2482</a><br>Monday to Friday between 8 a.m. and 5 p.m. (EST).</p>
  65.                     <a class="btn btn-white text-hcp" href="{{ path('hcp-contact') }}">Get in touch</a>
  66.                 </div>
  67.                 <div class="col-12 col-lg-7 order-1 order-lg-2">
  68.                     <div class="roche-image roche-image__right">
  69.                         <img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/03_CareCentre_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/03_CareCentre_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/03_CareCentre_2x.png') }} 2x" alt="A female doctor speaking on her cellphone">
  70.                     </div>
  71.                 </div>
  72.             </div>
  73.         </div>
  74.     </section>
  75.     <section class="roche-section__medium bg-hcp" style="--bs-bg-opacity: .1;">
  76.         <div class="container">
  77.             <div class="row align-items-center">
  78.                 <div class="col-12 col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1">
  79.                     <div class="roche-image roche-image__left d-flex justify-content-center justify-content-lg-start">
  80.                         <img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/04_Reimbursement_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/04_Reimbursement_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/04_Reimbursement_2x.png') }} 2x" alt="A female patient and her female doctor looking at a document together">
  81.                     </div>
  82.                 </div>
  83.                 <div class="col-12 col-lg-5 order-1 order-lg-2">
  84.                     <h2 class="text-hcp">CoaguChek<sup>®</sup> may be<br>reimbursed for your patients. </h2>
  85.                     <a class="btn mt-3 btn-hcp text-white" href="{{ path('hcp-resources-reimbursement') }}">See reimbursement details</a>
  86.                 </div>
  87.             </div>
  88.         </div>
  89.     </section>
  90. {% endblock %}