diff --git a/src/app/(landing)/page.tsx b/src/app/(landing)/page.tsx index 67c2a8c..aa099d8 100644 --- a/src/app/(landing)/page.tsx +++ b/src/app/(landing)/page.tsx @@ -104,7 +104,7 @@ const HomePage = () => { </a> </Button> <Button size="lg" asChild> - <Link href="/dashboard">Get Started</Link> + <Link href="/login">Get Started</Link> </Button> </div> </div>