added waitlist

This commit is contained in:
paul
2025-03-11 19:12:45 +05:30
parent e8ab297af0
commit ddb1bcae97
2 changed files with 24 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script async src="https://tally.so/widgets/embed.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=%REACT_APP_ANALYTICS_SCRIPT_ID%"></script>
<script>
@@ -42,5 +44,22 @@
<div id="root"></div>
</body>
<script>
window.TallyConfig = {
"formId": "mVDY7N",
"popup": {
"emoji": {
"text": "👋",
"animation": "wave"
},
"open": {
"trigger": "time",
"ms": 5000
},
"autoClose": 0,
}
};
</script>
<!-- Author: Paul Github: PaulleDemon -->
</html>

View File

@@ -50,10 +50,13 @@ function TemplatesContainer(){
<div className="tw-flex tw-flex-col tw-mt-6 tw-gap-2">
<div>Want to be notified of the release?</div>
<a href="https://paulfreeman.substack.com/subscribe?utm_source=pyGUIBuilder_web"
<button data-tally-open="mVDY7N" data-tally-layout="modal" data-tally-emoji-text="👋"
data-tally-emoji-animation="wave" className="tw-p-2 tw-w-full tw-outline-none tw-bg-blue-500 tw-rounded-md tw-no-underline
tw-text-white tw-text-center tw-py-3 tw-border-none tw-text-base tw-shadow-md tw-cursor-pointer">Join the waitlist</button>
{/* <a href="https://paulfreeman.substack.com/subscribe?utm_source=pyGUIBuilder_web"
className="tw-p-2 tw-w-full tw-bg-blue-500 tw-rounded-md tw-no-underline
tw-text-white tw-text-center tw-py-3"
target="_blank" rel="noreferrer noopener">Subscribe to newsletter</a>
target="_blank" rel="noreferrer noopener">Join the waitlist</a> */}
</div>
</div>