Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/components/WhatsAppBlock.html.twig line 1

Open in your IDE?
  1. {% if not alt %}
  2. <div class="container fca-statement">
  3.     {{ forceRenderPcgcHtmlBlockByIdentifier(12)|raw }}
  4. </div>
  5.   <section class="whatsapp-block">
  6.     <div class="container">
  7.       <div class="whatsapp-block-wrapper">
  8.         <div class="whatsapp-block__heading">
  9.           <i class="fab fa-whatsapp"></i>
  10.           <h2>
  11.             {{ title }}
  12.           </h2>
  13.         </div>
  14.         <div class="whatsapp-block__content">
  15.           {{ forceRenderPcgcHtmlBlockByIdentifier(9)|raw }}
  16.         </div>
  17.         <a
  18.           href="https://wa.me/{{ phoneNumber }}"
  19.           class="text-heading-5 text-brand-pink uppercase"
  20.         >
  21.           Open WhatsApp
  22.         </a>
  23.       </div>
  24.     </div>
  25.   </section>
  26. {% else %}
  27.   <section class="whatsapp-block-alt">
  28.     <div class="container">
  29.       <div class="whatsapp-block-alt__text">
  30.         {{ forceRenderPcgcHtmlBlockByIdentifier(7)|raw }}
  31.       </div>
  32.       <a href="https://wa.me/{{ phoneNumber }}" class="button">
  33.         <i class="fab fa-whatsapp"></i>
  34.         Open WhatsApp
  35.       </a>
  36.     </div>
  37.   </section>
  38. {% endif %}