diff --git a/apps/formbricks-com/components/shared/NewsletterSignup.tsx b/apps/formbricks-com/components/shared/NewsletterSignup.tsx
new file mode 100644
index 0000000000..7a206bbc1b
--- /dev/null
+++ b/apps/formbricks-com/components/shared/NewsletterSignup.tsx
@@ -0,0 +1,61 @@
+import Image from "next/image";
+import Button from "@/components/shared/Button";
+import Friends from "@/images/newsletter-signup-gif.gif";
+
+export default function WaitlistForm() {
+ return (
+
+
Build in public
+ Get all the juicy details of our journey building Formbricks in public ๐
+
+
+ );
+}
diff --git a/apps/formbricks-com/images/newsletter-signup-gif.gif b/apps/formbricks-com/images/newsletter-signup-gif.gif
new file mode 100644
index 0000000000..2587878b5f
Binary files /dev/null and b/apps/formbricks-com/images/newsletter-signup-gif.gif differ
diff --git a/apps/formbricks-com/pages/blog/weekly-update-181122/index.mdx b/apps/formbricks-com/pages/blog/weekly-update-181122/index.mdx
index df3312473c..e025eced7f 100644
--- a/apps/formbricks-com/pages/blog/weekly-update-181122/index.mdx
+++ b/apps/formbricks-com/pages/blog/weekly-update-181122/index.mdx
@@ -1,11 +1,11 @@
import Image from "next/image";
import LayoutMdx from "@/components/shared/LayoutMdx";
-import Button from "@/components/shared/Button";
import Mockup from "./demo mockup for formbricks hq open source form and survey tool.png";
import NewLogo from "./formbricks new logo mockup community feedback.png";
import Community from "./community feedback logo and name.png";
import Storybook from "./storybook for formbricks survey form builder.png";
import HeaderImage from "./weeklyupdate.png";
+import NewsletterSignup from "@/components/shared/NewsletterSignup";
export const meta = {
title: "Weekly Summary - 18th Nov 2022",
@@ -91,42 +91,6 @@ Letโs hope Elon doesnโt break it too soon.
## Have a great weekend!
----
-
-
-
-You would like to have Formbricks "Build in Public Updates" like this in your mailbox? Subscribe to our
-newsletter ๐ช
-
-
-
+
export default ({ children }) => {children};
diff --git a/apps/formbricks-com/pages/blog/weekly-update-251122/index.mdx b/apps/formbricks-com/pages/blog/weekly-update-251122/index.mdx
index ee138e62af..0385e7a279 100644
--- a/apps/formbricks-com/pages/blog/weekly-update-251122/index.mdx
+++ b/apps/formbricks-com/pages/blog/weekly-update-251122/index.mdx
@@ -1,6 +1,6 @@
import Image from "next/image";
import LayoutMdx from "@/components/shared/LayoutMdx";
-import Button from "@/components/shared/Button";
+import NewsletterSignup from "@/components/shared/NewsletterSignup";
import HeroAnimation from "@/components/shared/HeroAnimation";
import HeaderImage from "./weeklyupdate.png";
import POC1 from "./POC-1.png";
@@ -96,7 +96,7 @@ So exciting for us to see that our product and positioning resonates so well
# Community
-Shoutout to octalpixel and Akshu from the EddieHub community for sharing feedback on the React Library. Highly appreciated ๐
+Shoutout to octalpixel and [Akshu](https://twitter.com/Akshu_on_github) from the EddieHub community for sharing feedback on the React Library. Highly appreciated ๐
## Listmonk
@@ -110,42 +110,6 @@ We got invited! This is obviously very exciting so we spent some time getting ou
## Have a great weekend!
----
-
-
-
-You would like to have Formbricks "Build in Public Updates" like this in your mailbox? Subscribe to our
-newsletter ๐ช
-
-
-
+
export default ({ children }) => {children};
diff --git a/apps/hq/.vscode/settings.json b/apps/hq/.vscode/settings.json
index 66aa969e23..d7750bcf6a 100644
--- a/apps/hq/.vscode/settings.json
+++ b/apps/hq/.vscode/settings.json
@@ -1,4 +1,4 @@
{
- "typescript.tsdk": "../../node_modules/.pnpm/typescript@4.9.3/node_modules/typescript/lib",
+ "typescript.tsdk": "..\\..\\node_modules\\.pnpm\\typescript@4.9.3\\node_modules\\typescript\\lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
\ No newline at end of file