Skip to content

Commit 9f56602

Browse files
committed
fix: revert hero CTA href from /enterprise to /login
The /enterprise route does not exist - the Enterprise component is a stub returning null and there is no enterprise/page.tsx. Reverting to the original working /login route to fix the broken CTA.
1 parent dc98812 commit 9f56602

File tree

1 file changed

+3
-3
lines changed
  • apps/sim/app/(home)/components/hero

1 file changed

+3
-3
lines changed

apps/sim/app/(home)/components/hero/hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ export default function Hero() {
7171

7272
<div className='mt-[12px] flex items-center gap-[8px]'>
7373
<Link
74-
href='/enterprise'
74+
href='/login'
7575
className={`${CTA_BASE} border-[#3d3d3d] text-[#ECECEC] transition-colors hover:bg-[#2A2A2A]`}
76-
aria-label='Get a demo'
76+
aria-label='Log in'
7777
>
78-
Get a demo
78+
Log in
7979
</Link>
8080
<Link
8181
href='/signup'

0 commit comments

Comments
 (0)