1234567891011121314151617181920212223242526272829 |
- <!-- promotion wrapper start-->
- <div class="promotion_wrapper full_width">
- <div class="container">
- <div class="row">
- <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
- <div class="promotional_banner full_width">
- <h1><i class="flaticon-flyers"></i>Promotional SMS</h1>
- <p>Configured by default for all new accounts, promotional SMS is the generally used for sending any offers or promotions to new and a existing customers. Messages are sent to non DND numbers and of opt-in numbers (via myDND Manager) between 9 AM and 9 PM at time this slots only.</p>
- <div class="see_more_btn promotion_btn full_width">
- <ul>
- <li>
- <a href="/about-us"> read more</a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
- <div class="promotion_img_wrapper full_width">
- <img src="{{ asset('/themes/eyerecord/pro/resources/images/promotion.png') }}" class="img-responsive" alt="img">
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- promotion wrapper end-->
|