Add Product Hunt featured badge to the landing footer.

This commit is contained in:
Atakan Doğan Özban
2026-07-30 16:51:18 +02:00
parent 5723eacdeb
commit 89c49bcd33
+14
View File
@@ -125,6 +125,20 @@ export function Footer() {
<DockerIcon className="h-5 w-5" />
</a>
</div>
<a
href="https://www.producthunt.com/products/songs2vid?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-songs2vid"
target="_blank"
rel="noopener noreferrer"
className="mt-1 inline-block"
>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
alt="Songs2VID - Bulk render audio & artworks into videos in seconds | Product Hunt"
width={250}
height={54}
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1206681&theme=dark&t=1785422871345"
/>
</a>
</div>
<div className="grid grid-cols-2 gap-8 sm:grid-cols-3 md:col-span-7">