-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
18 changed files
with
459 additions
and
299 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
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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
import React from "react"; | ||
import { Check, Info } from "@geist-ui/react-icons"; | ||
import { ProductCard, ProductCardProps } from "./ProductCard"; | ||
import { Spacer, Text } from "@geist-ui/react"; | ||
import styles from "./Card.module.css"; | ||
|
||
export function Commercial(props: ProductCardProps): React.ReactElement { | ||
return ( | ||
<ProductCard | ||
{...props} | ||
extra={ | ||
<div> | ||
<Text b small> | ||
What you need to do: | ||
</Text> | ||
<Spacer /> | ||
<div className="flex align-center"> | ||
<div> | ||
<Check className={styles.icon} width={24} /> | ||
</div> | ||
<Text small> | ||
Purchase servers yourself to self-host Reacher.{" "} | ||
<a | ||
href="https://help.reacher.email/self-host-guide" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
Read how | ||
</a> | ||
. | ||
</Text> | ||
</div> | ||
<Spacer /> | ||
</div> | ||
} | ||
features={features} | ||
footer={ | ||
<div className="flex"> | ||
<div> | ||
<Info className={styles.icon} width={24} /> | ||
</div> | ||
<Text small> | ||
Want a <strong>free trial</strong> before committing? | ||
Feel free to try self-hosting with the{" "} | ||
<a | ||
href="https://help.reacher.email/self-host-guide" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
open-source guide | ||
</a> | ||
, and subscribe once you're ready. | ||
</Text> | ||
</div> | ||
} | ||
header={ | ||
<Text b small type="success"> | ||
🏠 Self-Hosted | ||
</Text> | ||
} | ||
subtitle={ | ||
<span> | ||
<strong>Unlimited</strong> email verifications / mo | ||
</span> | ||
} | ||
/> | ||
); | ||
} | ||
|
||
const features = [ | ||
<span key="licenseFeatures-3"> | ||
<strong>Unlimited</strong>{" "} | ||
<a | ||
href="https://help.reacher.email/email-attributes-inside-json" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
full-featured | ||
</a>{" "} | ||
email verifications. | ||
</span>, | ||
<span key="licenseFeatures-1"> | ||
<strong>💪 Bulk</strong> email verifications.{" "} | ||
<a | ||
href="https://help.reacher.email/bulk-email-verification" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
Read more. | ||
</a> | ||
</span>, | ||
<span key="licenseFeatures-2">No data sent back to Reacher.</span>, | ||
|
||
<span key="licenseFeatures-4"> | ||
<strong>Customer support</strong> via email/chat. | ||
</span>, | ||
<span key="licenseFeatures-6"> | ||
See{" "} | ||
<a | ||
href="https://help.reacher.email/reacher-licenses" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
full terms and details | ||
</a> | ||
. | ||
</span>, | ||
]; |
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
Oops, something went wrong.
6284f1e
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:
webapp – ./
webapp-reacher.vercel.app
api.reacher.email
webapp-git-production-reacher.vercel.app
app.reacher.email