Skip to content

Commit

Permalink
feat: Remove Free Trial
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 15, 2023
1 parent 8fdc6d3 commit 828e6cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/components/CTASection/CTASection.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class CTASection extends Component {
href='https://app.reacher.email/signup'
data-sa-link-event='landing-blogs-cta'
>
<CTAButton>Get started for free</CTAButton>
<CTAButton>Get started now</CTAButton>
</a>
</Section>
)
Expand Down
15 changes: 3 additions & 12 deletions src/components/DemoSection/LiveServiceDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,9 @@ export class LiveServiceDemo extends Component {
if (outputError) {
renderedOutput = (
<div className={theme(styles, 'error')}>
{outputError === 'Request failed with status code 401' ? (
<>
Reacher is temporarily pausing this public endpoint due to spam
abuse. Please{' '}
<a href='https://app.reacher.email/signup'>
create a free account
</a>{' '}
for 50 emails / month.
</>
) : (
outputError
)}
Reacher is temporarily pausing this public endpoint due to spam abuse.
Please{' '}
<a href='https://app.reacher.email/signup'>create an account</a>.
</div>
)
} else if (hitRateLimit) {
Expand Down
16 changes: 8 additions & 8 deletions src/lib/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,14 @@
"icon": "/img/feature-dashboard.svg"
},
{
"name": "Privacy Guaranteed",
"desc": "It's simple: once you get the result of your email verifications, we delete everything on our side. We are GDPR compliant.",
"icon": "/img/feature-meditation.svg"
"name": "Cancel Anytime",
"desc": "Reacher offers a 30-day money-back guarantee. If you're not satisfied, you can cancel anytime.",
"icon": "/img/feature-stripe.svg"
},
{
"name": "Free for Personal Use",
"desc": "Start with **50 free** emails every month. Scale with our [pay-as-you-go](/pricing) plans afterwards.",
"icon": "/img/feature-stripe.svg"
"name": "Powerful API",
"desc": "Reacher is built with a powerful API in mind. You can use it to **integrate** email verification in your own apps.",
"icon": "/img/feature-meditation.svg"
},
{
"name": "Bulk Verification",
Expand All @@ -273,11 +273,11 @@
],
"name": "Reacher",
"heading": "**Open-Source Email Verification API**",
"subheading": "Prevent bounced emails with world-class email verification. Free for personal use.",
"subheading": "Prevent bounced emails with world-class email verification.",
"repo": "https://github.com/reacherhq",
"sections": {
"hero": {
"cta": "50 emails/mo for free"
"cta": "Get Started"
},
"navFooter": {
"email": "mailto:[email protected]",
Expand Down

1 comment on commit 828e6cf

@vercel
Copy link

@vercel vercel bot commented on 828e6cf Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.