Update src/app/page.tsx

This commit is contained in:
2026-03-09 07:41:13 +00:00
parent cc96c0d6a0
commit 1d4125c81d

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}