From c73f1367db14854adb50f292e677beba86bcf50e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:34:25 +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 1cc93ea..a0ae60f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { title="Ready to Build Your AI Chatbot?" description="Start building your intelligent conversation application today. Complete documentation, example code, and community support available." buttons={[ - { text: "Access Documentation", href: "https://github.com" }, + { text: "Start Building Now", href: "https://github.com" }, { text: "Join Community", href: "https://discord.com" } ]} buttonAnimation="slide-up"