Footer 2

    
<template>
  <footer class="site-footer footer-full">
    <div class="p-tb60 bg-primary">
      <div class="container-fluid">
        <div class="row">
          <div class="col-md-4 text-center text-md-start footer-logo">
            <img alt="" width="140" src="/images/logo-light.png" height="75" />
          </div>
          <div class="col-md-4 text-center">
            <ul class="list-inline m-a0">
              <li v-for="(elm, i) in socialLinks.slice(0, 4)" :key="i">
                <a class="site-button white outline circle">
                  <i :class="elm.iconClass" />
                </a>
              </li>
            </ul>
          </div>
          <div class="col-md-4 text-center text-md-end">
            <p class="max-w600 m-auto m-t10 text-white">
              Copyright ©
              <span class="current-year">{{ currentYear }}</span>
              <a href="https://dexignzone.com/" target="_blank"> DexignZone </a>
            </p>
          </div>
        </div>
      </div>
    </div>
  </footer>
</template>

<script setup>
import { socialLinks } from "@/data/footerLinks";

const currentYear = new Date().getFullYear();
</script>

<style scoped>
/* Add your styles here */
</style>            
            
            
      
×
Buy NowSupport