diff --git a/docs/pages/design-kits.tsx b/docs/pages/design-kits.tsx
index b66449152c36bf..e4fc70afade487 100644
--- a/docs/pages/design-kits.tsx
+++ b/docs/pages/design-kits.tsx
@@ -6,7 +6,6 @@ import DesignKitHero from 'docs/src/components/productDesignKit/DesignKitHero';
import DesignKitValues from 'docs/src/components/productDesignKit/DesignKitValues';
import DesignKitDemo from 'docs/src/components/productDesignKit/DesignKitDemo';
import DesignKitFAQ from 'docs/src/components/productDesignKit/DesignKitFAQ';
-import SyncFeatures from 'docs/src/components/productDesignKit/SyncFeatures';
import MaterialEnd from 'docs/src/components/productMaterial/MaterialEnd';
import BrandingCssVarsProvider from 'docs/src/BrandingCssVarsProvider';
import References, { DESIGNKITS_CUSTOMERS } from 'docs/src/components/home/References';
@@ -30,7 +29,6 @@ export default function DesignKits() {
-
diff --git a/docs/src/components/productDesignKit/DesignKitFAQ.tsx b/docs/src/components/productDesignKit/DesignKitFAQ.tsx
index c6e72639b1aecc..3d7f1e514bdea9 100644
--- a/docs/src/components/productDesignKit/DesignKitFAQ.tsx
+++ b/docs/src/components/productDesignKit/DesignKitFAQ.tsx
@@ -46,11 +46,11 @@ const faqData = [
),
},
{
- summary: 'Is the Material UI Sync plugin paid?',
+ summary: 'Can I still use the Material UI Sync plugin?',
detail: (
- No. We're still in alpha mode and rolling out more features progressively, as per your
- feedback. We might introduce paid tiers in the future, though.
+ Development on the Material UI Sync plugin was suspended in 2024. We do not recommend using
+ it in new projects.
),
},