Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 975ebc2b91 | |||
| 5010a5ae81 | |||
| f6a69938e9 | |||
| f529dab0b6 | |||
| 308e014067 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
logoText="Nodir AI Studio"
|
||||
description="The Ultimate AI Workspace. Code Python, Build Bots, Deploy Agents. From command line to production in seconds."
|
||||
buttons={[
|
||||
{ text: "Launch Console", href: "#dashboard" },
|
||||
{ text: "Start Building Free", href: "#dashboard" },
|
||||
{ text: "View Docs", href: "#" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -93,7 +93,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Deployment Pipeline"
|
||||
tagIcon={Rocket}
|
||||
buttons={[{ text: "Create Bot", href: "#" }]}
|
||||
buttons={[
|
||||
{ text: "Create Bot Now", href: "#" },
|
||||
{ text: "See Template", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user