forked from saasify-sh/saasify-frontend-boilerplate-cra
-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
307f876
commit 40a1790
Showing
2 changed files
with
6 additions
and
31 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
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 |
---|---|---|
@@ -1,36 +1,11 @@ | ||
import React, { Component } from 'react' | ||
import { theme } from 'react-saasify' | ||
import { Component } from 'react' | ||
import { withTracker } from 'lib/with-tracker' | ||
|
||
import { | ||
NavHeader, | ||
NavFooter, | ||
ScrollToTopOnMount, | ||
PricingSection, | ||
EnterpriseSection | ||
} from 'components' | ||
|
||
import styles from './styles.module.css' | ||
|
||
@withTracker | ||
export class PricingPage extends Component { | ||
render() { | ||
return ( | ||
<div className={theme(styles, 'pricing-page')}> | ||
<ScrollToTopOnMount /> | ||
|
||
<NavHeader /> | ||
|
||
<div className={theme(styles, 'main')}> | ||
<div className={theme(styles, 'main-body')}> | ||
<PricingSection /> | ||
</div> | ||
</div> | ||
|
||
<EnterpriseSection /> | ||
|
||
<NavFooter /> | ||
</div> | ||
) | ||
// Redirect to new pricing page | ||
window.location.href = 'https://app.reacher.email/pricing' | ||
return 'Redirecting...' | ||
} | ||
} |
40a1790
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing – ./
saasify-frontend-boilerplate-cra.vercel.app
landing-git-master-reacher.vercel.app
reacher.email
www.reacher.email
landing-reacher.vercel.app