Skip to content

Commit 0b9a2ef

Browse files
committed
include links on landing page
1 parent 8639608 commit 0b9a2ef

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/components/LandingPage.tsx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,32 @@ export function LandingPage() {
102102
</Link>
103103
</Button>
104104
</motion.div>
105+
<motion.div
106+
className="mt-10 flex items-center justify-center gap-x-6"
107+
initial={{ opacity: 0, y: 20 }}
108+
animate={{ opacity: 1, y: 0 }}
109+
transition={{ duration: 0.5, delay: 0.8 }}
110+
>
111+
<div className="rounded-lg border border-white p-4 italic text-white">
112+
Give your AI IDE access to Arcade.dev's documentation using our
113+
llms.txt files (
114+
<a href="/llms.txt" className="text-primary">
115+
short llms.txt
116+
</a>
117+
,{" "}
118+
<a href="/llms-full.txt" className="text-primary">
119+
llms-full.txt
120+
</a>
121+
), or use{" "}
122+
<a
123+
href="https://context7.com/arcadeai/docs"
124+
className="text-primary"
125+
>
126+
context7
127+
</a>
128+
.
129+
</div>
130+
</motion.div>
105131
</div>
106132
<div
107133
className="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"

0 commit comments

Comments
 (0)