Skip to content

Commit

Permalink
feat: Add brevo call
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Dec 27, 2024
1 parent 6803c20 commit dd7b002
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ export function GetStartedCommercial(props: {
<Markdown>{d.run_docker_read_more}</Markdown>
<Markdown>{d.run_docker_features}</Markdown>
<Markdown>{d.run_docker_contact}</Markdown>
<div className="text-center">
<Link
href="https://meet.brevo.com/amaury"
target="_blank"
rel="noreferrer"
>
<Button type="success">{d.book_call_cta}</Button>
</Link>
</div>
</Card>
<Spacer />
<Card>
Expand Down
3 changes: 2 additions & 1 deletion src/dictionaries/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"run_docker_api_call": "You should see some Docker logs. Running this command marks the beginning of your trial. To make an email verification, use the following command:",
"run_docker_read_more": "If you see a JSON result with `is_reachable=\"safe\"`, then you're all set 💪! You can read more in the [Install Reacher in 20 minutes](https://docs.reacher.email/self-hosting/install) guide, or skip to [Scaling for Production](https://docs.reacher.email/self-hosting/scaling-for-production).",
"run_docker_features": "Your trial Docker image includes:\n- A **pre-configured proxy** from [Proxy4Smtp](https://www.proxy4smtp.com), limited to **10000 email checks** daily.\n- Basic usage metrics **shared with Reacher** (anonymized) to prevent abuse.",
"run_docker_contact": "Need help or customization? Whether you want to use your own proxy, increase verification limits, or have other requirements - reach out to me at [✉️ [email protected]](mailto:[email protected]).",
"run_docker_contact": "Need help or customization? Whether you want to use your own proxy, increase verification limits, or have other requirements - reach out to me at [✉️ [email protected]](mailto:[email protected]) or book a call below:",
"book_call_cta": "Book a 30-min call with Amaury",
"purchase_license_title": "Ready to Scale? Get a Commercial License",
"purchase_license_explanation": "Try the Commercial License Trial with no strict time limit - I'll check in after about two weeks to see how it's going. Once you've put Reacher through its paces, upgrade to a full Commercial License for **unlimited verifications** and **complete data privacy**. After purchase, I'll personally provide your unrestricted Dockerfile.",
"purchase_license_button": "Get Commercial License"
Expand Down
3 changes: 2 additions & 1 deletion src/dictionaries/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"run_docker_api_call": "Vous devriez voir quelques logs Docker. L'exécution de cette commande marque le début de votre essai. Pour effectuer une vérification d'email, utilisez la commande suivante :",
"run_docker_read_more": "Si vous voyez un résultat JSON avec `is_reachable=\"safe\"`, alors vous êtes prêt 💪 ! Vous pouvez en lire plus dans le guide [Installer Reacher en 20 minutes](https://docs.reacher.email/self-hosting/install), ou passer directement à [Scaler pour la Production](https://docs.reacher.email/self-hosting/scaling-for-production).",
"run_docker_features": "Votre image Docker d'essai inclut :\n- Un **proxy préconfiguré** de [Proxy4Smtp](https://www.proxy4smtp.com), limité à **10000 vérifications d'email** par jour.\n- Des métriques d'utilisation basiques **partagées avec Reacher** (anonymisées) pour prévenir les abus.",
"run_docker_contact": "Si vous rencontrez des problèmes ou avez besoin de personnaliser le Dockerfile fourni (par exemple, utiliser votre propre proxy, augmenter la limite quotidienne, etc.), contactez-moi à [✉️ [email protected]](mailto:[email protected]).",
"run_docker_contact": "Si vous rencontrez des problèmes ou avez besoin de personnaliser le Dockerfile fourni (par exemple, utiliser votre propre proxy, augmenter la limite quotidienne, etc.), contactez-moi à [✉️ [email protected]](mailto:[email protected]) ou réservez un créneau pour une discussion rapide:",
"book_call_cta": "Réservez un appel de 30 minutes avec Amaury",
"purchase_license_title": "Acheter une Licence Commerciale",
"purchase_license_explanation": "Il n'y a pas de limite stricte sur la durée de l'essai de la Licence Commerciale, mais je vous contacterai dans un délai d'environ deux semaines. Une fois que vous aurez testé Reacher de manière approfondie sur votre serveur, achetez une Licence Commerciale pour débloquer les **vérifications d'emails illimitées** et **aucune donnée envoyée à Reacher**. Je vous contacterai peu après l'achat pour vous fournir le nouveau Dockerfile sans limitations.",
"purchase_license_button": "Acheter une Licence Commerciale"
Expand Down

0 comments on commit dd7b002

Please sign in to comment.