fix(www): fix links + image

This commit is contained in:
Musa 2025-12-18 15:04:37 -08:00
parent 9923cd7a3a
commit b100f50f3a
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 141 KiB

Before After
Before After

View file

@ -51,10 +51,14 @@ export function Hero() {
{/* CTA Buttons */}
<div className="flex flex-col sm:flex-row items-stretch sm:items-start gap-3 sm:gap-4">
<Button asChild className="w-full sm:w-auto">
<Link href="/get-started">Get started</Link>
<Link href="https://docs.planoai.dev/getting-started" target="_blank" rel="noopener noreferrer">
Get started
</Link>
</Button>
<Button variant="secondary" asChild className="w-full sm:w-auto">
<Link href="/docs">Documentation</Link>
<Link href="https://docs.planoai.dev" target="_blank" rel="noopener noreferrer">
Documentation
</Link>
</Button>
</div>
</div>