feat(web): add reviews section
This commit is contained in:
parent
9ae667c186
commit
38752321ae
BIN
packages/web/src/images/chrome-web-store.png
Normal file
BIN
packages/web/src/images/chrome-web-store.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
packages/web/src/images/mygpstools.png
Normal file
BIN
packages/web/src/images/mygpstools.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
packages/web/src/images/product-hunt.png
Normal file
BIN
packages/web/src/images/product-hunt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -320,7 +320,53 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md:pb-20 pb-10 pt-10 md:text-center" id="downloads">
|
||||
<div class="md:py-20 py-10">
|
||||
<div class="md:text-center">
|
||||
<h2>Need reviews?</h2>
|
||||
<p class="max-w-3xl mt-8 mx-auto text-gray-500 text-xl">
|
||||
See what people think about this extension before install it
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid gap-12 justify-items-center md:grid-cols-3 mt-16">
|
||||
<a
|
||||
href="https://chrome.google.com/webstore/detail/djcbfpkdhdkaflcigibkbpboflaplabg"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
aria-label="Chrome Web Store"
|
||||
height="62"
|
||||
src="/images/chrome-web-store.png"
|
||||
title="Chrome Web Store"
|
||||
width="324"
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
href="https://mygpstools.com/best-chrome-extensions#cookie-dialog-monster"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
aria-label="MyGPSTools"
|
||||
height="62"
|
||||
src="/images/mygpstools.png"
|
||||
title="MyGPSTools"
|
||||
width="187"
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
href="https://www.producthunt.com/products/cookie-dialog-monster/reviews"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
aria-label="Product Hunt"
|
||||
height="62"
|
||||
src="/images/product-hunt.png"
|
||||
title="Product Hunt"
|
||||
width="263"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md:text-center md:pb-20 pb-10 pt-10" id="downloads">
|
||||
<h2>Available now on</h2>
|
||||
<div class="flex flex-col gap-4 justify-center md:flex-row md:gap-8 mt-16">
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user