File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/retail-branding.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Services | Limra Events</title> <!-- favicon --> <link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon"> <!-- bootstrap css --> <link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css"> <!-- fontawesome --> <link rel="stylesheet" href="./vendor/fontawesome/all.min.css"> <!-- slick slider --> <link rel="stylesheet" href="./vendor/slickslider/slick.css"> <link rel="stylesheet" href="./vendor/slickslider/slick-theme.css"> <!-- magnific popup --> <link rel="stylesheet" href="./vendor/Magnific-Popup/magnific-popup.css"> <!-- custom css --> <link rel="stylesheet" href="./css/core-services.css"> <link rel="stylesheet" href="./css/responsive.css"> </head> <body> <?php include 'header.php'; ?> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> <div class="hero services flex-center retail-branding"> <div class="content"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">Our Services</h1> <div class="line"></div> </div> <h3 class="sub-heading flex-center">Advertising <i class="fas fa-arrow-right mx-3 fa-xs"></i> Retail Branding</h3> </div> </div> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> </header> <main> <section class="wrapper"> <div class="container-fluid"> <div class="row"> <div > <div class="content-wrapper py-2"> <div class="heading"> <h1>Retail Branding</h1> <div class="line"></div> </div> <div class="row content"> <div class="col"> <p align='justify'> Branding plays a very important role in the overall retail life-cycle. Whether you are establishing the company, launching a new product in the market, creating a customer retention strategy or repositioning a dated brand for modern customers it’s better to have proper branding of it according to the customers experience and purchasing behavior. With the growing realization of the importance of the brands as one of the most valuable intangible assets of a firm, branding has emerged as a top management priority in the market strategy. </p> <p align='justify'> Our business makes sure you have the service you want, you need and you deserve, which is best. We provide complete solution for retail shop branding right from Dealer signage & in-shop branding. </p> <p> Our business provides retail branding: <ul class="ml-3"> <li>In-Shop Branding</li> <ul style="list-style: disc; margin-left: 1.5rem"> <li>SAV / Vinyl</li> <li>One way vision vinyl</li> </ul> <li>Shop revamping</li> <ul style="list-style: disc; margin-left: 1.5rem"> <li>Showroom design</li> <li>Shop painting</li> </ul> <li>ACP Boards</li> <ul style="list-style: disc; margin-left: 1.5rem"> <li>Acrylic letter cutting with LED</li> <li>Acrylic letter cutting without LED</li> <li>All types of channel letter cutting</li> </ul> <li>Offset Printing</li> <ul style="list-style: disc; margin-left: 1.5rem"> <li>Posters / Danglers / Bunting / Shelf Talker</li> </ul> <li>Digital Prints</li> <ul style="list-style: disc; margin-left: 1.5rem"> <li>Standee / Cut-Outs / Acrylic Sandwich / Arch</li> </ul> <li>Counter Top Unit</li> <li>Boat Hanger</li> <li>Rack</li> <li>Category Dressing / Endcap / FSU</li> <li>Sampling</li> <li>Pandals / Stalls / Pillars</li> </ul> </p> <center> <button class="btn secondary-button mt-4" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSeyI9uIFCcbaNqYEup4vzrmF97SgPheq3h6gJ54VD7RXMrscw/viewform?usp=sf_link', '_blank')"> <div class="overlay"></div> <span>Get Quote Now!<i class="fas fa-paper-plane ml-2"></i></span> </button> </center> </div> <div class="col image"> <img src="./assets/core-services/retail-branding-img1.jpg" class="rounded img-fluid float-right ml-2 my-3" alt=""> </div> </div> </div> </div> <!-- <div class="col-lg-5 col-mg-5 col-12"> <div class="contact-form-wrapper"> <form action="#" class="contact-form"> <div class="title"> <h2 class="text-sentence mb-3 text-center" style="font-family: var(--font-roboto);"> Send Your Queries To Us </h2> <hr style="width: 50px; margin:auto; background:black;padding:1px" class="mb-4"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your name"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your email"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your company name"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your contact number"> </div> <div class="form-group"> <textarea name="" placeholder="What's your message?" id="" cols="30" rows="3" class="form-control bg-light"></textarea> </div> <center> <button class="btn secondary-button mt-4"> <div class="overlay"></div> <span>Send Message <i class="fas fa-paper-plane ml-2"></i></span> </button> </center> </form> </div> </div> --> </div> </div> </section> </main> <?php include 'footer.php'; ?> </footer> <!-- jquery --> <script src="./vendor/jquery/jquery.min.js"></script> <!-- bootstrap js --> <script src="./vendor/bootstrap/bootstrap.min.js"></script> <!-- slick slider --> <script src="./vendor/slickslider/slick.min.js"></script> <!-- magnific popup --> <script src="./vendor/Magnific-Popup/jquery.magnific-popup.min.js"></script> <!-- custom js --> <script src="./js/main.js"></script> <script src="./js/index.js"></script> </body> </html>