Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d4125c81d | |||
| cc96c0d6a0 | |||
| 99c5991a92 | |||
| c73f1367db | |||
| 4e3017f0b1 | |||
| 8f92634e73 | |||
| 3d81ffb655 | |||
| 2e65c4cee9 |
1419
src/app/layout.tsx
1419
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
|||||||
title="Ready to Build Your AI Chatbot?"
|
title="Ready to Build Your AI Chatbot?"
|
||||||
description="Start building your intelligent conversation application today. Complete documentation, example code, and community support available."
|
description="Start building your intelligent conversation application today. Complete documentation, example code, and community support available."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Access Documentation", href: "https://github.com" },
|
{ text: "Get Free Setup Guide", href: "https://github.com" },
|
||||||
{ text: "Join Community", href: "https://discord.com" }
|
{ text: "Join Community", href: "https://discord.com" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -246,4 +246,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user