From 94f7a193f4387b9a6170efd7b7a87685066fe25e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:50:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9bc0f4..87ec5bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { tag="Stay Updated" title="Join the Newsletter" description="Get exclusive content and digital product deals sent directly to your inbox." - buttons={[{ text: "Subscribe Now", href: "#" }]} + buttons={[{ text: "Join for Exclusive Updates", href: "#" }]} /> -- 2.49.1