File: /home/bpw3460lz1vy/puplic_html
<?php include 'header.php'; ?>
<?php include 'connection.php'; ?>
<!-- Header Start -->
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px;">
<h4 class="text-white display-4 mb-4 wow fadeInDown" data-wow-delay="0.1s">About Us</h4>
<ol class="breadcrumb d-flex justify-content-center mb-0 wow fadeInDown" data-wow-delay="0.3s">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item active text-primary">About</li>
</ol>
</div>
</div>
<!-- Header End -->
<!-- Abvout Start -->
<div class="container-fluid about py-5">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-xl-7 wow fadeInLeft" data-wow-delay="0.2s">
<div>
<h4 class="text-primary">About Us</h4>
<h1 class="display-6 mb-4">Integrated service starting <br> from creative design</h1>
<p class="mb-4">Verona is a leading provider of visual communication solutions in U.A.E.
We offer a wide range of services including digital printing, digital signage, signboards, branding, exhibitions stands and event organizing. We are dedicated to providing our clients with the highest quality services at competitive prices. We are committed to providing our clients with a personalized service, and we are confident that we can help you to achieve your visual communication goals.
</p>
<div class="row g-4">
<div class="col-md-6 col-lg-6 col-xl-6">
<div class="d-flex">
<div><i class="fas fa-lightbulb fa-3x text-primary"></i></div>
<div class="ms-4">
<h3>Signs attract attention</h3>
<p>We make signs that express you</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-6">
<div class="d-flex">
<div><i class="bi bi-bookmark-heart-fill fa-3x text-primary"></i></div>
<div class="ms-4">
<h3>Year Of Expertise</h3>
<p>Large Number of Services Provided</p>
</div>
</div>
</div>
<div class="col-sm-6">
<a href="allservices.php" class="btn btn-primary rounded-pill py-3 px-5 flex-shrink-0">Discover Now</a>
</div>
<div class="col-sm-6">
<div class="d-flex">
<i class="fas fa-phone-alt fa-2x text-primary me-4"></i>
<div>
<h4>Call Us</h4>
<p class="mb-0 fs-5" style="letter-spacing: 1px;">+971555535554</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-5 wow fadeInRight" data-wow-delay="0.2s">
<div class="bg-primary rounded position-relative overflow-hidden">
<img src="img/about-2.png" class="img-fluid rounded w-100" alt="verona advertising">
<div class="" style="position: absolute; top: -15px; right: -15px;">
<img src="img/about-3.png" class="img-fluid" style="width: 150px; height: 150px; opacity: 0.7;" alt="verona advertising">
</div>
<div class="" style="position: absolute; top: -20px; left: 10px; transform: rotate(90deg);">
<img src="img/about-4.png" class="img-fluid" style="width: 100px; height: 150px; opacity: 0.9;" alt="verona advertising">
</div>
<div class="rounded-bottom">
<img src="img/about-5.jpg" class="img-fluid rounded-bottom w-100" alt="verona advertising">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<?php include 'footer.php'; ?>