From ba983920b04493a4488170f758b5f9c14163008f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:27:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80c0dfe..7aadc85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,8 +181,8 @@ export default function LandingPage() { animationType="entrance-slide" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Claim My E-Number", href: "https://beta.enative.app" }, - { text: "Join the Waitlist", href: "https://enative.app/waitlist" }, + { text: "Claim E-Number Now", href: "https://beta.enative.app" }, + { text: "View Waitlist", href: "https://enative.app/waitlist" }, ]} useInvertedBackground={false} /> -- 2.49.1