Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function LandingPage() {
mainTitleFont="16px"
/>
<InfoCard
href="https://docs.flockx.io/documentation/guides/agent-studio"
href="https://docs.flockx.io/documentation/getting-started/create-agent"
mainTitle="Compatible No-code Agents with Flockx"
firstTitle="Zero to ASI:One in 60s"
icon="/assets/iconlogo_flockx.svg"
Expand Down Expand Up @@ -123,7 +123,7 @@ function LandingPage() {

<section id="agentverse">
<Link
href="https://docs.agentverse.ai/docs"
href="https://docs.agentverse.ai/documentation"
target="_blank"
className="nx-flex nx-gap-1 hover:nx-underline"
>
Expand All @@ -141,7 +141,7 @@ function LandingPage() {
</p>
<div className="nx-flex nx-flex-col md:nx-flex-row nx-gap-6 nx-mt-8 nx-w-full">
<InfoImageCard
href="https://docs.agentverse.ai/docs/templates"
href="https://docs.agentverse.ai/documentation/advanced-usages/hosted-agents#create-hosted-agents"
mainTitle="Agentverse Templates"
firstTitle="Explore, ideate, and learn WITH"
image="/assets/agentverse_templates.svg"
Expand All @@ -155,13 +155,13 @@ function LandingPage() {
</div>
<div className="nx-flex nx-flex-col md:nx-flex-row nx-gap-6 nx-mt-6 nx-w-full">
<InfoImageCard
href="https://docs.agentverse.ai/docs/quickstart"
href="https://docs.agentverse.ai/documentation/getting-started/overview"
mainTitle="Deploy and host your agents"
firstTitle="A simple guide to help you"
image="/assets/agentverse_deployhost.svg"
/>
<InfoImageCard
href="https://docs.agentverse.ai/docs/marketplace"
href="https://docs.agentverse.ai/documentation/search-for-agents/find-ai-agents"
mainTitle="The Marketplace"
firstTitle="Search and Discover AGENTS with"
image="/assets/agentverse_marketplace.svg"
Expand Down
Loading