We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hero
1 parent d697ac3 commit c8f9d31Copy full SHA for c8f9d31
app/(www)/page.tsx
@@ -27,10 +27,10 @@ export default async function IndexPage() {
27
</p>
28
<div className="flex flex-wrap gap-4">
29
<Link href="/#about" className={cn(buttonVariants({ size: "lg" }))}>
30
- Get Started
+ Learn More
31
</Link>
32
<Link
33
- href={siteConfig.links.github}
+ href={siteConfig.links.openSauced}
34
target="_blank"
35
rel="noreferrer"
36
className={cn(buttonVariants({ variant: "outline", size: "lg" }), "gap-3 ")}
0 commit comments