CINXE.COM
Lead Marvels Newsletter-Signup
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="TIKXQ2ojsYcgaBgsy8xytirm3IsGKrCpaSbeZeKA"> <link rel="icon" href="/images/icon.png"> <meta name="description" content="Lead Marvels powers online resource libraries for associations, which unlocks recurring non-dues revenue, adds value to members, all at no cost."> <title> Lead Marvels Newsletter-Signup</title> <!-- Fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap"> <!-- Styles --> <link rel="stylesheet" href="/css/app.css?id=73b27882a1ac15449b9d76c0df5e905e"> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style> <script async src="https://www.googletagmanager.com/gtag/js?id=G-623YB15N1C"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', "G-623YB15N1C", JSON.parse('{\u0022debug_mode\u0022:false,\u0022page_type\u0022:\u0022other\u0022,\u0022user_role\u0022:\u0022guest\u0022,\u0022resource_id\u0022:null,\u0022content_type\u0022:null,\u0022version\u0022:1}')); </script> <!-- Scripts --> <script src="/js/app.js?id=880358ba12266d12b9485e1fa7d18d05" defer></script> </head> <body class="bg-bodyBg"> <header class="fixed w-screen bg-white shadow-lg z-50" x-data="{ atTop: true, isMainNavOpen: false, showMenu: false }" @scroll.window="atTop = (window.pageYOffset > 24) ? false : true" @keydown.escape="isMainNavOpen = false"> <div class="top-0 py-6" :class="{'py-2.5': !atTop }"> <nav class="flex justify-between items-center max-w-screen-xl mx-auto px-4"> <div class="relative" @click.outside="showMenu = false"> <a href="/" @contextmenu.prevent="showMenu=true"> <img class="w-[14rem] lg:w-[16rem] transition transform duration-200 origin-left" :class="{'scale-75': !atTop , 'scale-100' : atTop }" src="https://leadmarvels.com/images/logo.svg" alt="Lead Marvels Logo"> </a> <div class="hidden xl:block absolute bg-white rounded shadow-md left-0 z-50 w-full max-w-8 overflow-hidden" :class="{ 'hidden' : !showMenu, 'mt-4': !atTop, 'mt-7': atTop }" x-show="showMenu" x-cloak> <div> <a href="https://leadmarvels.com/login" class="block text-primary px-3 py-2 font-bold hover:bg-primary hover:text-white"> Sign in </a> </div> </div> </div> <button @click="isMainNavOpen = !isMainNavOpen" type="button" class="xl:hidden text-center text-primary focus:outline-none focus:outline-shadow transition transform duration-200" :class="{'scale-75': !atTop , 'scale-100' : atTop }"> <div class="h-0.5 w-8 bg-primary" :class="{'rotate-45 transform transition duration-500' :isMainNavOpen}"></div> <div class="h-0.5 my-1.5 w-8 bg-primary" :class="{'hidden' :isMainNavOpen}"></div> <div class="h-0.5 w-8 -mt-px bg-primary" :class="{'-rotate-45 transform transition duration-500' :isMainNavOpen}"></div> </button> <div x-show="isMainNavOpen" x-cloak @click.away="isMainNavOpen = false" class="absolute right-0 top-0 xl:relative z-40 w-64 xl:w-auto" :class="{'xl:!block' : !isMainNavOpen, 'bg-white shadow-lg xl:shadow-none xl:bg-transparent rounded-bl-lg border xl:border-transparent' : isMainNavOpen, 'mt-14 lg:mt-[3.8rem] xl:mt-0': !atTop , 'mt-[5.25rem] lg:mt-[5.6rem] xl:mt-0' : atTop }" x-transition:enter="transform transition ease-in-out duration-300 origin-right" x-transition:enter-start="scale-x-0 opacity-0" x-transition:enter-end="scale-x-100 opacity-100 origin-right" x-transition:leave="transform transition ease-in-out duration-300 origin-right" x-transition:leave-start="scale-x-100 opacity-100 origin-right" x-transition:leave-end="scale-x-0 opacity-0 origin-right"> <ul class="flex flex-col xl:flex-row xl:items-center text-primary font-semibold p-8 xl:p-0 space-y-6 xl:space-y-0 xl:space-x-7 leading-tight"> <li class="transition duration-500 ease-in-out hover:text-callout" route="associations"> <a class="" href="https://leadmarvels.com/associations">Associations</a> </li> <li class="transition duration-500 ease-in-out hover:text-callout" route="advertisers"> <a class="" href="https://leadmarvels.com/advertisers">Advertisers</a> </li> <li class="transition duration-500 ease-in-out hover:text-callout" route="resources"> <a class="" href="https://leadmarvels.com/resources">Resources</a> </li> <li class="transition duration-500 ease-in-out hover:text-callout" route="about"> <a class="" href="https://leadmarvels.com/about">About Us</a> </li> <li class="transition duration-500 ease-in-out hover:text-callout" route="newsletter-signup"> <a class="" href="https://leadmarvels.com/newsletter-signup">Newsletter</a> </li> <li > <a class="mt-8 xl:mt-0 xl:!ml-16 xl:bg-callout xl:hover:bg-primary text-callout xl:text-white xl:py-2 xl:px-3.5 xl:rounded-full xl:shadow-lg" href="/demo" target="_blank"> Request a Demo </a> </li> </ul> </div> </nav> </div> </header> <div class="relative h-[5.35rem] lg:h-[5.6rem]"></div> <div class="flex flex-col min-h-screen"> <div class="antialiased flex-grow"> <div class="newsletter-page fixed h-screen w-screen top-0 left-0 right-0 bottom-0 bg-primary"></div> <div class="relative min-h-screen flex flex-col justify-center bg-primary px-2"> <div class="fixed top-0 left-0 -ml-28 -mt-28 rounded-full w-[300px] lg:w-[500px] h-[300px] lg:h-[500px] bg-secondary"></div> <div class="fixed top-10 right-2 lg:right-10 rounded-full w-[100px] lg:w-[200px] h-[100px] lg:h-[200px] bg-[#BABBBA]"></div> <div class="fixed bottom-0 right-0 -mr-28 -mb-10 rounded-full w-[150px] lg:w-[250px] h-[150px] lg:h-[250px] bg-[#BABBBA]"></div> <div class="fixed bottom-20 left-5 lg:left-20 rounded-full w-20 h-20 bg-secondary"></div> <div class="relative max-w-[1100px] bg-white rounded-[3rem] flex flex-col mx-auto space-y-4 md:space-y-8 py-2 md:py-8 px-5 md:px-20 my-6 lg:mt-14 overflow-hidden shadow-xl"> <div class="absolute mx-auto bottom-0 left-[-11%] right-0 mb-[-42rem] lg:mb-[-48rem] rounded-full w-[120%] h-full bg-secondary z-0"></div> <h1 class="text-2xl lg:text-4xl font-bold text-primary uppercase leading-none text-center lg:text-left"> Strategic Insights For Association Leaders </h1> <div class="w-full flex flex-col md:flex-row md:space-x-5 justify-between items-center"> <div class="order-2 md:order-1 md:w-1/2 text-center md:text-left mt-2 md:mt-0"> <p>Sign up to receive ideas, insights, and resources to grow non-dues revenue and increase member engagement in your inbox monthly.</p> <div class="form-area mt-3 px-2 md:px-0"> <div class="leadmarvels-subscribe-form "> <form id="leadmarvels-subscribe-form-form" method="post" action="/resource/leadmarvels-subscribe-form"> <input type="hidden" name="_token" value="TIKXQ2ojsYcgaBgsy8xytirm3IsGKrCpaSbeZeKA" autocomplete="off"> <input type="hidden" name="ruuid" value=""> <div class="notification"> </div> <div class="flex flex-col space-y-6 max-w-[500px] mx-auto md:ml-0"> <div class="flex flex-col text-left"> <label for="email" class="text-sm text-gray-700 uppercase pl-2">Email:</label> <input class="min-w-[300px] w-full py-1 px-2 my-0.5 border-0 border-b" type="email" id="email" name="email" placeholder="your@email.com"> </div> <div class="flex flex-col space-x-2 mx-auto md:ml-0"> <button class="bg-secondary hover:bg-primary text-white py-3 px-14 lg:px-20 rounded-full shadow-lg" @click="sessionStorage.setItem('popup', 'popupShown')"> Subscribe </button> <p class="text-gray-500 text-xs py-3 text-center">By subscribing, I agree to the <a href="/privacy">privacy policy.</a></p> </div> <div> <div class="cf-turnstile" data-sitekey="0x4AAAAAAAyDb5zGtEClQOyo" ></div> </div> </div> </form> </div> </div> </div> <div class="order-1 md:order-2 md:w-1/2"><img class="max-h-24 md:max-h-52 lg:max-h-80 h-full mx-auto" src="https://leadmarvels.com/images/newsletter-signup/mail.png" alt="mail illustration"></div> </div> <div class="border-t border-b border-primary py-2"> <h1 class="text-xl lg:text-3xl font-bold text-primary uppercase leading-none text-center">Here’s A Sample Of What You’ll Receive . . .</h1> </div> <div class="relative"><a href="https://deliver.leadmarvels.com/mailcoach/webview/4749371e-f943-4cff-81c7-5cae693a07f3"> <img class="mx-auto md:h-96 lg:h-[600px] z-40" src="https://leadmarvels.com/images/newsletter-signup/email-collage.png" alt="mail illustration"></a></div> </div> </div> <div wire:id="na7HslaHXCyfYSsRHYPC" wire:initial-data="{"fingerprint":{"id":"na7HslaHXCyfYSsRHYPC","name":"newsletter-archive","locale":"en","path":"newsletter-signup","method":"GET","v":"acj"},"effects":{"listeners":[]},"serverMemo":{"children":[],"errors":[],"htmlHash":"07c974a7","data":{"newsletters":[]},"dataMeta":{"modelCollections":{"newsletters":{"class":"App\\Models\\Newsletter","id":[25,24,23,22,21,20,19,18,17,16,3,4,5,6,7,8,9,10,11,12,13,14],"relations":[],"connection":"mysql","collectionClass":null}}},"checksum":"e1145b1c59756e055df483d9841acc94c70fb2be6952366f6ba38c3856107952"}}" class="relative flex justify-center w-screen"> <div class="bg-secondary w-full max-w-screen-lg p-5 rounded-md shadow-2xl"> <div class="bg-white p-10 rounded-md"> <div class="border-t border-b border-primary py-2"> <h1 class="text-xl lg:text-3xl font-bold text-primary uppercase leading-none text-center">Previous Issues ...</h1> </div> <div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/4749371e-f943-4cff-81c7-5cae693a07f3" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How associations are modernizing their vendor directories into digital marketplaces</h2> <p class="text-sm">Feb 27, 2025</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/13c029f9-8a4f-4fe9-8570-ae1307908a3b" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Association Resource Library Platform: A Complete Guide</h2> <p class="text-sm">Jan 30, 2025</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/8d09df7e-f6cd-4286-b9ca-52556e25ddef" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">3 trends reshaping how associations deliver content and grow member value</h2> <p class="text-sm">Dec 17, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/25acacfc-afba-48bc-86c6-a75ff307b417" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How 3 associations are driving deeper engagement with content</h2> <p class="text-sm">Nov 20, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/a18e1b84-73b7-49e3-94c0-70dc36b550f4" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Boost member engagement with this 5-step playbook</h2> <p class="text-sm">Oct 24, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/4d3cd98c-ac6f-4b74-add5-37ba145b8013" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Unlock association growth: Essential reports leaders should know</h2> <p class="text-sm">Sep 26, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/b79eee46-d456-45de-8335-489ce5ba9df1" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">What podcasts are in the queues of most association leaders?</h2> <p class="text-sm">Aug 27, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/8635f445-9c12-4dea-bf27-d735cf88a04f" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Association leaders pick their favorite blogs</h2> <p class="text-sm">Jul 25, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/0ba0d7ef-a849-4dbf-a3d3-4b484d4cf65b" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How 3 associations grew revenue through digital innovation</h2> <p class="text-sm">Jun 25, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/f0a47151-088d-4f80-941a-9b91d01a5d76" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">The missing ingredient in most associations’ revenue strategy (and how to fix it)</h2> <p class="text-sm">May 30, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/43fa0bb6-7189-497b-8751-1750c2480410" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">7 qualities to look for in a non-dues revenue partner</h2> <p class="text-sm">Apr 25, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/9dc4fb9d-67e6-405c-b02f-dd308a9a4349" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How 5 associations are approaching sponsored content</h2> <p class="text-sm">Mar 26, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/aafac151-dc63-401e-8dfd-1db6cee9f1d3" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">3 reasons why your sponsors want more sponsored content opportunities</h2> <p class="text-sm">Feb 27, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/8600851c-934b-4e16-80ce-0a901c4e587b" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">A blueprint for how associations can scale their sponsored content program</h2> <p class="text-sm">Jan 30, 2024</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/5f1ede7e-f52c-463d-9a47-bdcd30a0b971" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Why 100+ associations are using this digital platform to drive growth</h2> <p class="text-sm">Dec 28, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/e33053b6-7b1a-4195-a1c4-cf7286c51794" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">5 ways to attract new members using social media</h2> <p class="text-sm">Nov 28, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/aa3bc655-0a11-4cbf-b304-ef0f9b4a735d" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">The 5 essentials of the best member content, according to association leaders</h2> <p class="text-sm">Oct 27, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/14d8f059-29ef-45eb-9a1a-2d0047dffef2" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">The proven way to engage members on your association’s social media channel, according to experts</h2> <p class="text-sm">Sep 29, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/8315c66b-3346-4d2d-a76f-04ea50be6c5a" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">8 must-read newsletters for association leaders, ASAE 2023 outtakes, and more</h2> <p class="text-sm">Aug 25, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/3bcb364e-9220-414f-86d7-366581042ac5" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How to increase association sponsorship revenue, according to experts</h2> <p class="text-sm">Jul 28, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/f395d268-4f55-476a-a128-d78bc973926a" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">How to win back sponsors, according to experts</h2> <p class="text-sm">Jun 29, 2023</p> </a> </div> <div class="bg-gray-50 border-b"> <a href="https://deliver.leadmarvels.com/mailcoach/webview/c1691049-19fa-4e9d-97e2-3a546ba6b823" target="_blank" class="block p-4 hover:bg-primary transition hover:text-white"> <h2 class="text-lg font-bold">Your sponsors are looking for these 3 things</h2> <p class="text-sm">May 26, 2023</p> </a> </div> </div> </div> </div> </div> <!-- Livewire Component wire-end:na7HslaHXCyfYSsRHYPC --> </div> <footer class="relative bg-primary text-gray-300 pb-12 lg:pt-10 mt-24"> <div class="bg-callout -mt-28 flex flex-col lg:flex-row items-start lg:items-center max-w-6xl mx-auto lg:rounded-2xl px-10 lg:pr-24 py-10 w-full"> <div class="text-white font-bold lg:mr-8"> <p>Learn more about how our solutions generate high-quality, intent-based leads for advertisers and non-dues revenue for associations.</p> </div> <a href="/demo" class="block transition duration-300 group m-auto inline-flex items-center justify-between bg-white leading-none shadow-md hover:shadow-lg hover:border-transparent hover:bg-green-900 rounded-full py-5 px-6 w-56 lg:w-96 mt-8 lg:mt-0 text-teal text-sm cursor-pointer"> <span class="inline-flex text-callout group-hover:text-white font-bold text-base"> Request a Demo </span> <span class="inline-flex bg-callout text-white rounded-full p-1 justify-center items-center"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M9 5l7 7-7 7"/> </svg> </span> </a> </div> <div class="max-w-screen-xl mx-auto flex flex-col lg:flex-row space-y-10 lg:space-y-0 px-5 justify-center lg:justify-between text-sm text-center lg:text-left pt-10 lg:pt-20"> <div class="flex flex-col space-y-4 leading-snug"> <p class="font-semibold text-lg">Lead Marvels, Inc.</p> <p><span class="font-bold text-md">Billing / Accounting Department</span><br> 122 15th Street, #2951<br> Del Mar, California 92014</p> <p><span class="font-bold text-md">Corporate Office</span><br> 928 Main Street, Suite 4-245<br>Fishkill, New York 12524</p> <p>877.827.5638</p> </div> <div> <ul class="text-gray-300 font-semibold text-lg space-y-6"> <li class="hover:text-white transition duration-300 ease-in-out"> <a href="/associations"> Associations </a></li> <li class="hover:text-white transition duration-300 ease-in-out"> <a href="/advertisers"> Advertisers</a></li> <li class="hover:text-white transition duration-300 ease-in-out"> <a href="/resources"> Resources </a> </li> <li class="pb-1 hover:text-white transition duration-300 ease-in-out"> <a href="/about"> About Us</a></li> </ul> </div> <div class="flex flex-col space-y-4"> <div class="flex space-x-3 justify-center lg:justify-start"> <!-- <img class="rounded-full w-8 h-8 cursor-pointer hover:bg-callout mr-2.5 transition duration-300 ease-in-out" src="https://leadmarvels.com/images/footer/facebook.svg" alt="Facebook"> --> <a href="/resource/leadmarvels-contact-form"> <img class="rounded-full w-8 h-8 cursor-pointer hover:bg-callout mr-2.5 transition duration-300 ease-in-out" src="https://leadmarvels.com/images/footer/mail.svg" alt="mail"> </a> <a href="https://www.instagram.com/leadmarvels/" target="_blank"> <img class="rounded-full w-8 h-8 cursor-pointer hover:bg-callout mr-2.5 transition duration-300 ease-in-out" src="https://leadmarvels.com/images/footer/instagram.svg" alt="Instagram"> </a> <a href="https://www.linkedin.com/company/leadmarvels/mycompany/" target="_blank"> <img class="rounded-full w-8 h-8 cursor-pointer hover:bg-callout transition duration-300 ease-in-out" src="https://leadmarvels.com/images/footer/linkedin.svg" alt="Linkedin"> </a> </div> <a href="/updates" class="block font-semibold text-lg hover:text-white pt-1">What's New</a> <a href="https://www.linkedin.com/feed/hashtag/?keywords=leadgenmadeeasy" class="block font-semibold text-lg hover:text-white">#LeadGenMadeEasy</a> <a href="/about/#LGaaS" class="block font-semibold text-lg hover:text-white">#LGaaS</a> </div> <div class="flex flex-col"> <div class="mx-auto justify-center lg:justify-start flex flex-col flex-wrap max-w-sm pb-3"> <p class="text-lg font-semibold">Subscribe to the latest news</p> <p class="font-semibold text-xs lg:text-base my-2 opacity-70">Join our growing community of association leaders by subscribing to our newsletter and get tips, tools, and insights delivered to your inbox every month.</p> <div class="my-2"> <input type="hidden" name="_token" value="TIKXQ2ojsYcgaBgsy8xytirm3IsGKrCpaSbeZeKA" autocomplete="off"><div class="leadmarvels-subscribe-form "> <form id="leadmarvels-subscribe-form-form" method="post" action="/resource/leadmarvels-subscribe-form"> <input type="hidden" name="_token" value="TIKXQ2ojsYcgaBgsy8xytirm3IsGKrCpaSbeZeKA" autocomplete="off"> <input type="hidden" name="ruuid" value="d2dad59f-3df0-437d-ab2d-f041ff986058"> <div class="notification"> </div> <div> <div class="form-row"> <div class="col m-1 w-full"> <label for="email" class="text-sm text-primary font-bold">Email</label> <input type="text" class="form-control rounded-sm bg-gray-100 w-full py-1 px-2 my-0.5 box-border border-t-0 border-r-0 border-l-0 border-b-2 border-gray-300 focus:outline-none focus:border-transparent focus:ring-gray-400 focus:bg-white" name="email" id="email" placeholder="" value="" required > </div> </div> <div class="form-row w-full"> <div class="col m-1 w-full"> <label for="Select One" class="text-sm text-primary font-bold">Choose your interest...</label> <select name="Select One" class="form-control flex w-full rounded-sm bg-gray-100 py-1 px-4 my-0.5 box-border border-t-0 border-r-0 border-l-0 border-b-2 border-gray-300 focus:outline-none focus:border-transparent focus:ring-gray-400 focus:bg-white" required> <option value="" disabled selected >Select One...</option> <option value="B2B Marketers" >B2B Marketers</option> <option value="Associations" >Associations</option> </select> </div> </div> </div> <button class="mt-4 mt-2 bg-callout hover:bg-callout text-white py-2 px-5 rounded-full shadow-lg"> Submit </button> </form> </div> </div> </div> </div> </div> <div class="my-5 flex-col sm:flex-row flex justify-center text-center text-xs leading-snug "> <div> © 2025 Lead Marvels, Inc. All rights reserved.</div> <div class="flex justify-center text-center"><span class="hidden sm:inline px-2">|</span> <a href="/privacy" class="hover:text-white transition duration-300 ease-in-out">Privacy <span class="px-2">|</span></a> <div> <a href="https://leadmarvels.com/login" class="text-xs hover:text-white transition duration-300 ease-in-out ">Sign in</a> </div> </div> </div> </footer> </div> <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'TIKXQ2ojsYcgaBgsy8xytirm3IsGKrCpaSbeZeKA';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script> </body> </html>