Skip to content

Commit dc22020

Browse files
committed
Update CTAs
1 parent 1ce6025 commit dc22020

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

apps/www/app/(app)/(root)/page.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
} from "@/components/page-header"
1212
import { Button } from "@/registry/trophy/ui/button"
1313
import { TextAnimate } from "@/components/ui/text-animate"
14+
import { Star } from "lucide-react"
1415

1516
export const dynamic = "force-static"
1617
export const revalidate = false
@@ -151,10 +152,17 @@ export default function IndexPage() {
151152
</PageHeaderDescription>
152153
<PageActions>
153154
<Button asChild size="sm">
154-
<Link href="/docs">Get Started</Link>
155+
<Link
156+
href={siteConfig.links.github}
157+
target="_blank"
158+
rel="noreferrer"
159+
>
160+
<Star className="size-4" />
161+
Star on GitHub
162+
</Link>
155163
</Button>
156164
<Button asChild size="sm" variant="ghost">
157-
<Link href="/docs/components">View Components</Link>
165+
<Link href="/docs">Get started</Link>
158166
</Button>
159167
</PageActions>
160168
</PageHeader>

0 commit comments

Comments
 (0)