Skip to content

Commit 92d6d83

Browse files
changed AI products on landing page
1 parent 06f3b85 commit 92d6d83

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ const topCards = [
7373
title: "AI Products",
7474
links: [
7575
{
76-
text: "Build a RAG app",
77-
href: "/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/",
76+
text: "Agents",
77+
href: "/agents/",
7878
},
7979
{ text: "Workers AI", href: "/workers-ai/" },
8080
{ text: "Vectorize", href: "/vectorize/" },
8181
{ text: "AI Gateway", href: "/ai-gateway/" },
8282
{
83-
text: "AI Playground",
84-
href: "https://playground.ai.cloudflare.com/",
83+
text: "Browser Rendering",
84+
href: "/browser-rendering/",
8585
target: "_blank",
8686
},
8787
],

0 commit comments

Comments
 (0)