mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
feat: update landing copy
This commit is contained in:
parent
ac2627675b
commit
01b1a69f61
16
app/page.tsx
16
app/page.tsx
@ -35,26 +35,14 @@ export default function Home() {
|
|||||||
<div className="hidden w-screen h-px animate-glow md:block animate-fade-right bg-gradient-to-r from-zinc-300/0 via-zinc-300/50 to-zinc-300/0" />
|
<div className="hidden w-screen h-px animate-glow md:block animate-fade-right bg-gradient-to-r from-zinc-300/0 via-zinc-300/50 to-zinc-300/0" />
|
||||||
<div className="my-16 text-center animate-fade-in">
|
<div className="my-16 text-center animate-fade-in">
|
||||||
<h2 className="text-sm text-zinc-500 ">
|
<h2 className="text-sm text-zinc-500 ">
|
||||||
Hi, my name is Andreas, I'm building serverless and open source
|
I'm building{" "}
|
||||||
solutions at{" "}
|
|
||||||
<Link
|
|
||||||
target="_blank"
|
|
||||||
href="https://upstash.com"
|
|
||||||
className="underline duration-500 hover:text-zinc-300"
|
|
||||||
>
|
|
||||||
Upstash
|
|
||||||
</Link>
|
|
||||||
|
|
||||||
<br />
|
|
||||||
and working on{" "}
|
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://unkey.dev"
|
href="https://unkey.dev"
|
||||||
className="underline duration-500 hover:text-zinc-300"
|
className="underline duration-500 hover:text-zinc-300"
|
||||||
>
|
>
|
||||||
unkey.dev
|
unkey.dev
|
||||||
</Link>{" "}
|
</Link> to solve API authentication and authorization for developers.
|
||||||
at night.
|
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,6 +8,6 @@ repository: chronark/unkey
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
[](https://planetfall.io)
|
[](https://unkey.dev)
|
||||||
|
|
||||||
Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. It’s built with security and speed in mind.
|
Unkey is an open source API Key management solution. It allows you to create, manage and validate API Keys for your users. It’s built with security and speed in mind.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user