src/Resources/views/Frontend/landing/purchase-format-pro.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend_pro.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_purchase_format_pro') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block tawkto '' %}
  8. {% block meta_title %}{{ 'seo.landing.purchase-format-pro.title'|trans({}, "seo") }}{% endblock %}
  9. {% block meta_desc %}{{ 'seo.landing.purchase-format-pro.desc'|trans({}, "seo") }}{% endblock %}
  10. {% block body_content %}
  11. <div class="comment-acheter-pro">
  12.     <div class="landing-header">
  13.         <h1 class="titre05">
  14.             {{ 'frontend.landing.purchase-format-pro.header.title'|trans({}, 'landing') }}
  15.         </h1>
  16.     </div>
  17.     <div class="landing-content">
  18.         <div>
  19.             <h2 class="titre01">{{ 'frontend.landing.purchase-format-pro.content.title'|trans({}, 'landing')|raw }}</h2>
  20.             <div class="grid-container block-bg">
  21.                 <div class="grid-33 tab-l-100 tab-p-100 m-100">
  22.                     <div>
  23.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/comment-acheter03.png') }}" alt="picto vente Ã©lectronique">
  24.                         <h2>{{ 'frontend.landing.purchase-format-pro.content.block03.title'|trans({}, 'landing') }}</h2>
  25.                         <p>{{ 'frontend.landing.purchase-format-pro.content.block03.desc'|trans({}, 'landing')|raw }}</p>
  26.                         <a href="{{ path('frontend_sale_online_pro') }}" class="lien11">{{ 'frontend.landing.purchase-format-pro.content.block.button.label'|trans({}, 'landing') }}</a>
  27.                     </div>
  28.                 </div>
  29.                 <div class="grid-33 tab-l-100 tab-p-100 m-100">
  30.                     <div>
  31.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/comment-acheter01.png') }}" alt="picto vente publique">
  32.                         <h2>{{ 'frontend.landing.purchase-format-pro.content.block01.title'|trans({}, 'landing') }}</h2>
  33.                         <p>{{ 'frontend.landing.purchase-format-pro.content.block01.desc'|trans({}, 'landing') }}</p>
  34.                         <a href="{{ path('frontend_physical_sale') }}" class="lien11">{{ 'frontend.landing.purchase-format-pro.content.block.button.label'|trans({}, 'landing') }}</a>
  35.                     </div>
  36.                 </div>
  37.                 <div class="grid-33 tab-l-100 tab-p-100 m-100">
  38.                     <div>
  39.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/comment-acheter02.png') }}" alt="picto vente live">
  40.                         <h2>{{ 'frontend.landing.purchase-format-pro.content.block02.title'|trans({}, 'landing') }}</h2>
  41.                         <p>{{ 'frontend.landing.purchase-format-pro.content.block02.desc'|trans({}, 'landing') }}</p>
  42.                         <a href="{{ path('live_portal_next_sales_pro') }}" class="lien11">{{ 'frontend.landing.purchase-format-pro.content.block.button.label'|trans({}, 'landing') }}</a>
  43.                     </div>
  44.                 </div>
  45.             </div>
  46.         </div>
  47.     </div>
  48. </div>
  49. {% endblock body_content %}