fix: Correct pricing link href in hero component.

This commit is contained in:
Rohith Gilla 2025-12-03 19:51:52 +05:30
parent 55571d4106
commit 8da370cb91

View file

@ -90,7 +90,7 @@ export function Hero() {
</Link>
</Button>
<Button variant="secondary" size="lg" asChild>
<Link href="#pricing">
<Link href="/#pricing">
Get Pro $29
<ArrowRight className="w-4 h-4" />
</Link>