Skip to content

Commit

Permalink
pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 30, 2023
1 parent 080c14c commit 2f11097
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/app/[lang]/pricing/SaaS100k.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SpanRenderer } from "@/components/Markdown";
export function SaaS100k(
props: Omit<ProductCardProps, "title">
): React.ReactElement {
const d = props.d.pricing.saas10k;
const d = props.d.pricing.saas100k;

return (
<ProductCard
Expand All @@ -19,6 +19,9 @@ export function SaaS100k(
</Text>
}
features={[
<Markdown renderer={SpanRenderer} key="licenseFeatures-1">
{d.bulk}
</Markdown>,
d.reacher_ip,
<Markdown renderer={SpanRenderer} key="saasFeatures-2">
{d.full_feature}
Expand Down
1 change: 1 addition & 0 deletions src/dictionaries/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"overtitle": "✨ New ✨",
"subtitle": "100,000 email verifications / mo",
"reacher_ip": "Use Reacher's servers with high IP reputation.",
"bulk": "💪 **Bulk** email verification via CSV list upload.",
"full_feature": "[Full-featured](https://help.reacher.email/email-attributes-inside-json) email verifications.",
"support": "**Customer support** by email/chat.",
"cancel": "Cancel anytime."
Expand Down
3 changes: 2 additions & 1 deletion src/dictionaries/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"what_need_to_do": "Ce que vous devez faire :",
"purchase_server": "Acheter vous-même des serveurs pour auto-héberger Reacher. [Lisez comment](https://help.reacher.email/self-host-guide).",
"unlimited_emails": "Vérifications d'emails **illimitées** [complètes]((https://help.reacher.email/email-attributes-inside-json)).",
"bulk": "💪 Vérifications d'emails **en bulk**. [En savoir plus](https://help.reacher.email/bulk-email-verification).",
"bulk": "💪 Vérifications d'emails **en Bulk**. [En savoir plus](https://help.reacher.email/bulk-email-verification).",
"no_data_reacher": "Aucune donnée renvoyée à Reacher.",
"support": "**Support client** par email/chat.",
"cancel": "Annulez à tout moment.",
Expand All @@ -191,6 +191,7 @@
"overtitle": "✨ Nouveau ✨",
"subtitle": "100 000 vérifications d'emails / mois",
"reacher_ip": "Utilisez les serveurs de Reacher avec une haute réputation IP.",
"bulk": "💪 **Verifications d'emails en Bulk** avec upload de fichier CSV.",
"full_feature": "Vérifications d'emails [complètes](https://help.reacher.email/email-attributes-inside-json).",
"support": "**Support client** par email/chat.",
"cancel": "Annulez à tout moment."
Expand Down

0 comments on commit 2f11097

Please sign in to comment.