HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/partials/callToActions.php
<?php

return [
    'header' => [
        'message' => '<strong>Do you need assistance?</strong><br />
                    Call <span class="phone">:phone</span><br />
                    <span class="name">— :name</span>'
    ],

    'cta1' => [
        'message' => 'Order 10 sets or more<br />and receive one <br />set completely free.',
        'button' => 'Show all brands'
    ],
    'cta2' => [
        'message' => 'Do you need help<br />with your order?<br />Please call :phone.',
        'button' => 'Contact us'
    ],
    'cta3' => [
        'message' => 'Call :phone<br />or send an<br />e-mail to<br /><a href="mailto::email">:email</a>',
    ],
    'cta4' => [
        'message' => 'Do you have any questions? <br />Please feel free to contact us.',
        'button' => 'Contact us'
    ],
    'faq' => [
        'message' => 'Did you look at the<br />FAQ?',
        'button' => 'FAQ'
    ],
    'follow_shipment' => [
        'message' => 'You are always informed<br />about your order',
        'button' => 'Follow your order',
        'url' => 'https://www.dpd.com/nl_privatecustomers#!predict'
    ],
    '50sets' => [
        'message' => 'Order more then 50 sets?<br />Contact us.',
        'button' => 'Contact us'
    ],
    'free_shipping' => [
        'message' => 'For a order from € :free_shipping,- <br />the shipping is completly free',
        'button' => 'Show all brands'
    ],
    'extra_set' => [
        'message' => 'Grab your maximum discount <br />when ordering 11 sets!',
        'button' => 'Show all brands'
    ],
    'change' => [
        'message' => 'Replace your air filters on time.<br />and avoid unnecessary maintenance!',
        'button' => 'Show all brands'
    ],
    'fresh_air' => [
        'message' => 'Guarantee your fresh air <br />all year round!',
        'button' => 'Show all brands'
    ],
    'experience' => [
        'message' => 'More than 40 years experience <br />in filters!',
        'button' => 'Show all brands'
    ],
    'return' => [
        'button' => 'Return product'
    ],
    'askHelp' => [
        'message' => 'Can’t find the right filter?',
        'button' => 'We will gladly assist you'
    ],
    'need_help' => [
        'message' => 'Need help??<br>Call<a href=":link">:phone</a>',
        'message_1' => 'Need help?',
        'message_2' => '<a href=":link">Call :phone</a>',
        'message_3' => 'Call',
    ],
    'book_maintenance' => [
        'message' => 'Guarantee your fresh air <br />all year round!',
        'button' => 'Order your maintenance'
    ]
];