From 5efd7a30a18b04f94cbbeedfed2368018d4a74af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:59:13 +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 2e6a999..e305801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Enter the Ecosystem", href: "#ecosystem" }, + { text: "Start Your Journey", href: "#ecosystem" }, { text: "Explore Stories", href: "#stories" } ]} /> -- 2.49.1