3 Commits

Author SHA1 Message Date
1d4125c81d Update src/app/page.tsx 2026-03-09 07:41:13 +00:00
cc96c0d6a0 Update src/app/layout.tsx 2026-03-09 07:41:13 +00:00
99c5991a92 Merge version_2 into main
Merge version_2 into main
2026-03-09 07:34:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}