Skip to content

Commit

Permalink
Revert NuxtImg on
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Mar 13, 2023
1 parent f1af608 commit 911f427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@ useHead({
<section class="container my-24 grid gap-4 lg:grid-cols-4">
<div class="bg-white rounded-lg flex p-8 gap-8 items-center">
<NuxtImg src="/icons/box.svg" width="60" height="60" alt="Free Shipping" loading="lazy" />
<img src="/icons/box.svg" width="60" height="60" alt="Free Shipping" loading="lazy" />
<div>
<h3 class="font-semibold text-xl">Free Shipping</h3>
<p class="text-sm">Free shipping on order over €50</p>
</div>
</div>
<div class="bg-white rounded-lg flex p-8 gap-8 items-center">
<NuxtImg src="/icons/moneyback.svg" width="60" height="60" alt="Money Back" loading="lazy" />
<img src="/icons/moneyback.svg" width="60" height="60" alt="Money Back" loading="lazy" />
<div>
<h3 class="font-semibold text-xl">Peace of Mind</h3>
<p class="text-sm">30 days money back guarantee</p>
</div>
</div>
<div class="bg-white rounded-lg flex p-8 gap-8 items-center">
<NuxtImg src="/icons/secure.svg" width="60" height="60" alt="Secure Payment" loading="lazy" />
<img src="/icons/secure.svg" width="60" height="60" alt="Secure Payment" loading="lazy" />
<div>
<h3 class="font-semibold text-xl">100% Payment Secure</h3>
<p class="text-sm">Your payment are safe with us.</p>
</div>
</div>
<div class="bg-white rounded-lg flex p-8 gap-8 items-center">
<NuxtImg src="/icons/support.svg" width="60" height="60" alt="Support 24/7" loading="lazy" />
<img src="/icons/support.svg" width="60" height="60" alt="Support 24/7" loading="lazy" />
<div>
<h3 class="font-semibold text-xl">Support 24/7</h3>
<p class="text-sm">24/7 Online support</p>
Expand Down

0 comments on commit 911f427

Please sign in to comment.