{props.l10n.getString("landing-redesign-banner-cta-subheader")}
++ {props.l10n.getString( + "landing-redesign-cta-input-banner-subheader", + )} +
+{props.l10n.getString("landing-redesign-hero-lead")}
+{description}
+{l10n.getString("landing-redesign-logo-block-description")}
++ + {billingPeriod === "yearly" + ? l10n.getString( + "landing-redesign-pricing-plans-card-plus-cta-yearly", + { + monthlyPrice: priceFormatter.format( + monthlyPriceAnnualBilling, + ), + }, + ) + : l10n.getString( + "landing-redesign-pricing-plans-card-plus-cta-monthly", + { + monthlyPrice: priceFormatter.format( + monthlyPriceMonthlyBilling, + ), + }, + )} + {billingPeriod === "yearly" && ( + + {l10n.getString( + "landing-redesign-pricing-plans-card-plus-cta-yearly-sum", + { + yearlyPrice: priceFormatter.format( + 12 * monthlyPriceAnnualBilling, + ), + }, + )} + + )} + +
++ {roundedPriceFormatter.format(0)} +
+ {props.scanLimitReached ? ( +{subtitle}
++ {props.l10n.getString( + "landing-redesign-pricing-plans-section-description", + )} +
+