-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}> | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters