diff --git a/packages/web/src/components/WelcomeModal/ProductHuntBadge.tsx b/packages/web/src/components/WelcomeModal/ProductHuntBadge.tsx
new file mode 100644
index 000000000..c48179ce9
--- /dev/null
+++ b/packages/web/src/components/WelcomeModal/ProductHuntBadge.tsx
@@ -0,0 +1,22 @@
+const PRODUCT_HUNT_URL =
+ "https://www.producthunt.com/products/compass-calendar?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-compass-calendar-2";
+const PRODUCT_HUNT_BADGE_SRC =
+ "https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1222394&theme=dark&t=1786683338797";
+
+export function ProductHuntBadge() {
+ return (
+
+
+
+ );
+}
diff --git a/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx b/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx
index dbe3a26a0..55f6cddbe 100644
--- a/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx
+++ b/packages/web/src/components/WelcomeModal/WelcomeGuideBody.tsx
@@ -1,5 +1,6 @@
import { useId, useState } from "react";
import { FAQ_ITEMS } from "./faq";
+import { ProductHuntBadge } from "./ProductHuntBadge";
export function WelcomeGuideBody() {
const disclosureIdPrefix = useId();
@@ -23,7 +24,7 @@ export function WelcomeGuideBody() {
return (
<>
-