diff --git a/apps/site/src/app/startups/_components/tally-embed.tsx b/apps/site/src/app/startups/_components/tally-embed.tsx new file mode 100644 index 0000000000..f437a38fc2 --- /dev/null +++ b/apps/site/src/app/startups/_components/tally-embed.tsx @@ -0,0 +1,25 @@ +"use client"; + +import Script from "next/script"; + +export function TallyEmbed() { + return ( + <> +