mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
feat: updated Research page
This commit is contained in:
parent
73fce0cf18
commit
573744961d
26 changed files with 1186 additions and 254 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import React from "react";
|
||||
import { Button } from "@katanemo/ui";
|
||||
import Link from "next/link";
|
||||
|
||||
interface UnlockPotentialSectionProps {
|
||||
variant?: "transparent" | "black";
|
||||
|
|
@ -31,8 +32,12 @@ export function UnlockPotentialSection({
|
|||
</h2>
|
||||
|
||||
<div className="flex flex-col sm:flex-row gap-5">
|
||||
<Button>Deploy today</Button>
|
||||
<Button variant="secondaryDark">Documentation</Button>
|
||||
<Button asChild>
|
||||
<Link href="https://docs.plano.katanemo.com">Deploy today</Link>
|
||||
</Button>
|
||||
<Button variant="secondaryDark" asChild>
|
||||
<Link href="https://docs.plano.katanemo.com">Documentation</Link>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue