From b6b702f7d4b14fa4ba4e68aa79d429e229535519 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 1 Aug 2024 11:36:04 -0400
Subject: [PATCH] [website] Add blog link to pricing table (@zanivan) (#43140)
---
docs/src/components/pricing/PricingTable.tsx | 50 +++++++++++++++++---
1 file changed, 44 insertions(+), 6 deletions(-)
diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx
index 799c80dc63ecc8..055ad5ea8beec0 100644
--- a/docs/src/components/pricing/PricingTable.tsx
+++ b/docs/src/components/pricing/PricingTable.tsx
@@ -10,6 +10,7 @@ import Tooltip from '@mui/material/Tooltip';
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
import { useRouter } from 'next/router';
import KeyboardArrowRightRounded from '@mui/icons-material/KeyboardArrowRightRounded';
+import OpenInNewRoundedIcon from '@mui/icons-material/OpenInNewRounded';
import LaunchRounded from '@mui/icons-material/LaunchRounded';
import UnfoldMoreRounded from '@mui/icons-material/UnfoldMoreRounded';
import { Link } from '@mui/docs/Link';
@@ -142,14 +143,33 @@ export function PlanPrice(props: PlanPriceProps) {
{priceUnit}
-
+
{(annual || monthlyDisplay) && (
{priceExplanation}
)}
-
- {'No additional fee beyond 10 devs.'}
+
+
+ No extra fees for orders with over 10 devs
+
+
+
+ by Aug 30
+
+
+
+
+ .
@@ -206,14 +226,32 @@ export function PlanPrice(props: PlanPriceProps) {
{priceUnit}
-
+
{(annual || monthlyDisplay) && (
{priceExplanation}
)}
-
- 🐦 Early bird special (25% off).
+
+ 🐦 Early Bird: 25% off if ordered
+
+
+
+ by Aug 30
+ {' '}
+
+
+
+ .