Skip to content

Commit

Permalink
update header copy and contact link
Browse files Browse the repository at this point in the history
  • Loading branch information
lklyne committed Dec 22, 2023
1 parent 8a713e6 commit 8fbe8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<div className="container">
<div className={styles.tagline}>Open source from NASA's Jet Propulsion Laboratory</div>
<h1 className={clsx('hero__title', styles.heroTitle)}>
A modern approach to planning, sequencing, and scheduling space missions.
Planning, sequencing, and scheduling tools for modern space missions.
</h1>
{/* <p className="hero__subtitle">{siteConfig.tagline}</p> */}
<div className={styles.buttons}>
Expand All @@ -29,7 +29,10 @@ function HomepageHeader() {
Get started
</Link>
<div>
Want to chat or schedule a demo? <Link className="button--secondary">Get in touch →</Link>
Want to chat or schedule a demo?{' '}
<Link href="mailto:[email protected]" className="button--secondary">
Get in touch →
</Link>
</div>
</div>
<img
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
letter-spacing: -1.5px;
line-height: 110%;
font-weight: 700;
font-size: 3.25rem;
font-size: 4rem;
orphans: 2;
padding-bottom: 2rem;
color: var(--ifm-color-secondary-darker);
Expand Down

0 comments on commit 8fbe8d4

Please sign in to comment.