From 5010a5ae81cd663b776b4a35acff9b64b269cae5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:40:10 +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 66fe768..1639a41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Nodir AI Studio" description="The Ultimate AI Workspace. Code Python, Build Bots, Deploy Agents. From command line to production in seconds." buttons={[ - { text: "Launch Console", href: "#dashboard" }, + { text: "Start Building Free", href: "#dashboard" }, { text: "View Docs", href: "#" }, ]} background={{ variant: "sparkles-gradient" }}