diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e6ef92..b6a892b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import { type Metadata } from 'next' +import Script from 'next/script' import { Mulish } from 'next/font/google' import clsx from 'clsx' @@ -26,6 +27,19 @@ export default function RootLayout({ }) { return ( + + {/* MailerLite Universal */} + + {/* End MailerLite Universal */} + {children} ) diff --git a/src/components/CallTo.tsx b/src/components/CallTo.tsx index e9b9bdd..6778793 100644 --- a/src/components/CallTo.tsx +++ b/src/components/CallTo.tsx @@ -1,3 +1,5 @@ +"use client" + import { H2, P } from '@/components/Texts' export function CallTo() { @@ -20,7 +22,15 @@ export function CallTo() { > Book a Meeting - + { + 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" + > Join the Waitlist diff --git a/src/components/CallToAction.tsx b/src/components/CallToAction.tsx index ac8a914..2358e89 100644 --- a/src/components/CallToAction.tsx +++ b/src/components/CallToAction.tsx @@ -1,3 +1,5 @@ +'use client' + import { CircleBackground } from '@/components/CircleBackground' import { Container } from '@/components/Container' import { Button } from '@/components/Button' @@ -42,7 +44,15 @@ export function CallToAction() { > Book a Meeting - diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 4da7214..4e53f78 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -110,7 +110,15 @@ export function Header() {
- @@ -123,8 +131,16 @@ export function Header() { )}
-