Skip to content

Commit c8f9d31

Browse files
committed
refactor: modify links in Hero section
1 parent d697ac3 commit c8f9d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(www)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export default async function IndexPage() {
2727
</p>
2828
<div className="flex flex-wrap gap-4">
2929
<Link href="/#about" className={cn(buttonVariants({ size: "lg" }))}>
30-
Get Started
30+
Learn More
3131
</Link>
3232
<Link
33-
href={siteConfig.links.github}
33+
href={siteConfig.links.openSauced}
3434
target="_blank"
3535
rel="noreferrer"
3636
className={cn(buttonVariants({ variant: "outline", size: "lg" }), "gap-3 ")}

0 commit comments

Comments
 (0)