refactor: replace mailerlite popup with direct mailto link for waitlist signup
This commit is contained in:
		@@ -23,12 +23,7 @@ export function CallTo() {
 | 
				
			|||||||
              Book a Meeting
 | 
					              Book a Meeting
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
            <a
 | 
					            <a
 | 
				
			||||||
              href="javascript:;"
 | 
					              href="mailto:info@ourworld.tf"
 | 
				
			||||||
              onClick={() => {
 | 
					 | 
				
			||||||
                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
					 | 
				
			||||||
                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
              }}
 | 
					 | 
				
			||||||
              className="text-sm/6 font-semibold text-[#2F3178] hover:text-[#2F3178]/80"
 | 
					              className="text-sm/6 font-semibold text-[#2F3178] hover:text-[#2F3178]/80"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
              Join the Waitlist <span aria-hidden="true">→</span>
 | 
					              Join the Waitlist <span aria-hidden="true">→</span>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,11 +47,7 @@ export function CallToAction() {
 | 
				
			|||||||
            <Button
 | 
					            <Button
 | 
				
			||||||
              variant="outline"
 | 
					              variant="outline"
 | 
				
			||||||
              color="white"
 | 
					              color="white"
 | 
				
			||||||
              onClick={() => {
 | 
					              href="mailto:info@ourworld.tf"
 | 
				
			||||||
                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
					 | 
				
			||||||
                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
              }}
 | 
					 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
              Join the Waitlist
 | 
					              Join the Waitlist
 | 
				
			||||||
            </Button>
 | 
					            </Button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -113,11 +113,7 @@ export function Header() {
 | 
				
			|||||||
                            <Button
 | 
					                            <Button
 | 
				
			||||||
                              variant="outline"
 | 
					                              variant="outline"
 | 
				
			||||||
                              color="white"
 | 
					                              color="white"
 | 
				
			||||||
                              onClick={() => {
 | 
					                              href="mailto:info@ourworld.tf"
 | 
				
			||||||
                                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
					 | 
				
			||||||
                                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
					 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                              }}
 | 
					 | 
				
			||||||
                            >
 | 
					                            >
 | 
				
			||||||
                              Join the Waitlist
 | 
					                              Join the Waitlist
 | 
				
			||||||
                            </Button>
 | 
					                            </Button>
 | 
				
			||||||
@@ -134,11 +130,7 @@ export function Header() {
 | 
				
			|||||||
              <Button
 | 
					              <Button
 | 
				
			||||||
                variant="outline"
 | 
					                variant="outline"
 | 
				
			||||||
                color="white"
 | 
					                color="white"
 | 
				
			||||||
                onClick={() => {
 | 
					                href="mailto:info@ourworld.tf"
 | 
				
			||||||
                  if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
					 | 
				
			||||||
                    (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
					 | 
				
			||||||
                  }
 | 
					 | 
				
			||||||
                }}
 | 
					 | 
				
			||||||
              >
 | 
					              >
 | 
				
			||||||
                Join the Waitlist
 | 
					                Join the Waitlist
 | 
				
			||||||
              </Button>
 | 
					              </Button>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user