diff --git a/apps/landing/public/locales/en/pricing.json b/apps/landing/public/locales/en/pricing.json index e6ea7fe34..a72a4ac50 100644 --- a/apps/landing/public/locales/en/pricing.json +++ b/apps/landing/public/locales/en/pricing.json @@ -23,5 +23,7 @@ "howToUpgrade": "How do I upgrade to a paid plan?", "howToUpgradeAnswer": "To upgrade, you can go to your billing settings and click on Upgrade.", "cancelSubscription": "How do I cancel my subscription?", - "cancelSubscriptionAnswer": "You can cancel your subscription at any time by going to your billing settings. Once you cancel your subscription, you will still have access to your paid plan until the end of your billing period. After that, you will be downgraded to a free plan." + "cancelSubscriptionAnswer": "You can cancel your subscription at any time by going to your billing settings. Once you cancel your subscription, you will still have access to your paid plan until the end of your billing period. After that, you will be downgraded to a free plan.", + "earlyAccess": "Early bird discount", + "customPollSettings": "Customizable poll settings" } diff --git a/apps/landing/src/pages/pricing.tsx b/apps/landing/src/pages/pricing.tsx index c3ba5a8e6..125890ff4 100644 --- a/apps/landing/src/pages/pricing.tsx +++ b/apps/landing/src/pages/pricing.tsx @@ -1,4 +1,5 @@ -import { CheckIcon, InfoIcon } from "@rallly/icons"; +import { InfoIcon } from "@rallly/icons"; +import { Badge } from "@rallly/ui/badge"; import { BillingPlan, BillingPlanFooter, @@ -23,15 +24,6 @@ import { linkToApp } from "@/lib/linkToApp"; import { NextPageWithLayout } from "@/types"; import { getStaticTranslations } from "@/utils/page-translations"; -const Perk = ({ children }: React.PropsWithChildren) => { - return ( -