From c59c09eee8533299eaf1d8c62ff0f62120366b86 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 22 Oct 2025 11:32:04 +0200 Subject: [PATCH 1/3] refactor: replace mailerlite popup with direct mailto link for waitlist signup --- src/components/CallTo.tsx | 7 +------ src/components/CallToAction.tsx | 6 +----- src/components/Header.tsx | 12 ++---------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/src/components/CallTo.tsx b/src/components/CallTo.tsx index 6778793..9a4be3f 100644 --- a/src/components/CallTo.tsx +++ b/src/components/CallTo.tsx @@ -23,12 +23,7 @@ export function CallTo() { Book a Meeting { - if (typeof window !== 'undefined' && (window as any).ml_account) { - (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show') - } - }} + href="mailto:info@ourworld.tf" 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 2358e89..f563ae1 100644 --- a/src/components/CallToAction.tsx +++ b/src/components/CallToAction.tsx @@ -47,11 +47,7 @@ export function CallToAction() { diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 4e53f78..f8c0f89 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -113,11 +113,7 @@ export function Header() { @@ -134,11 +130,7 @@ export function Header() { From 73fe0e7c8eff44674135e3d7aa93e145e36bb9a5 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 22 Oct 2025 11:34:16 +0200 Subject: [PATCH 2/3] feat: add GetStarted section and rename deploy section to how-it-works --- src/app/(main)/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 6692973..6597c65 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -27,7 +27,7 @@ export default function Home() {
-
+
@@ -39,6 +39,9 @@ export default function Home() {
+
+ +
From 28bef26fbcde8508b98baa57f226a3a934558135 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 22 Oct 2025 11:38:05 +0200 Subject: [PATCH 3/3] refactor: remove GetStarted section and consolidate with CallToAction component --- src/app/(main)/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 6597c65..2148431 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -40,9 +40,6 @@ export default function Home() {
- -
-