From cc96c0d6a098ab81bdf1d64803e2af70a9557e08 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:41:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c6425b1..3ea7aeb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 1d4125c81d3e2c9a23a5e8be7dc496164ad23f2f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:41:13 +0000 Subject: [PATCH 2/2] 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 a0ae60f..e25bc05 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: "Start Building Now", href: "https://github.com" }, + { text: "Get Free Setup Guide", href: "https://github.com" }, { text: "Join Community", href: "https://discord.com" } ]} buttonAnimation="slide-up" @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1