diff --git a/documentation/src/refine-theme/enterprise-iam-services.tsx b/documentation/src/refine-theme/enterprise-iam-services.tsx index 836f4bb..49f48c5 100644 --- a/documentation/src/refine-theme/enterprise-iam-services.tsx +++ b/documentation/src/refine-theme/enterprise-iam-services.tsx @@ -44,7 +44,7 @@ export const EnterpriseIAMServices = ({ "font-semibold", )} > - Support for 50+ CMS platforms and technologies + Run your favorite Applications and Services!

- Official packages tailored for your organization's - chosen{" "} - - identity and access management providers - - . These modules eliminate the need for days of manual work - in developing custom authentication providers, allowing you - to seamlessly integrate your application while following all - security best practices. + We support all your favorite applications and frameworks without any additional configuration.

@@ -233,49 +225,49 @@ const PackageItem = (props: { const list = [ { icon: (props: SVGProps) => , - label: "AWS Cognito", + label: "WordPress", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Auth0", + label: "Magento", tooltip: null, }, { icon: (props: SVGProps) => ( ), - label: "Azure Active Directory", + label: "Joomla", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Okta", + label: "Drupal", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Clerk", + label: "Laravel", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Atlassian", + label: "NextCloud", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Google Auth", + label: "PrestaShop", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Auth.js", + label: "Nuxt.js", tooltip: null, }, { icon: (props: SVGProps) => , - label: "Expo", + label: "Gridsome", tooltip: null, }, ] as const;