diff --git a/src/components/support-for-aws-marketplace-listing/Certifications.tsx b/src/components/support-for-aws-marketplace-listing/Certifications.tsx index 49a3eab8..64688635 100644 --- a/src/components/support-for-aws-marketplace-listing/Certifications.tsx +++ b/src/components/support-for-aws-marketplace-listing/Certifications.tsx @@ -1,4 +1,4 @@ -import AwsPartnerAndSaasCompetency from 'images/advanced_tier-saas_competency.png' +import AwsPartnerAndSaasCompetency from 'images/advancedtier_white.svg' import ISMS from 'images/mark-of-trust-certified-ISOIEC-27001.png' import Image from 'next/image' diff --git a/src/components/support-for-aws-marketplace-listing/Strength.tsx b/src/components/support-for-aws-marketplace-listing/Strength.tsx index d5ce2571..8b101c84 100644 --- a/src/components/support-for-aws-marketplace-listing/Strength.tsx +++ b/src/components/support-for-aws-marketplace-listing/Strength.tsx @@ -1,5 +1,5 @@ import { Break } from 'components/common/Break' -import AwsPartnerAndSaasCompetency from 'images/advanced_tier-saas_competency.png' +import AwsPartnerAndSaasCompetency from 'images/advancedtier_white.svg' import ProprietaryResources from 'images/proprietary-resources.png' import SaaSusPlatform from 'images/saasus_platform_logo_420.svg' import Image from 'next/image' @@ -38,9 +38,10 @@ const Strength = () => { AWS アドバンストティアサービスパートナー / SaaS コンピテンシー取得

- AWSによる認定ソフトウェアを所有するスタートアップ企業として、国内初の - AWS アドバンストティアサービスパートナー。国内2社目の SaaS - コンピテンシーパートナー。 + スタートアップとして国内初のAWSアドバンストティアサービスパートナー。 + 国内2社目のSaaSコンピテンシーに加え、AWS + Marketplaceに特化した「AWS Skilled Channel + Partner」など、各種認定を取得。

diff --git a/src/images/advancedtier_white.svg b/src/images/advancedtier_white.svg new file mode 100644 index 00000000..ebe41010 --- /dev/null +++ b/src/images/advancedtier_white.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/company/index.tsx b/src/pages/company/index.tsx index 15a3948d..753884f2 100644 --- a/src/pages/company/index.tsx +++ b/src/pages/company/index.tsx @@ -4,7 +4,7 @@ import { Outline } from 'components/company/Outline' import { BaseLayout } from 'components/layouts/BaseLayout' import { LANGUAGE_TYPE } from 'const/language-type' import { useLocale } from 'hooks/useLocale' -import AwsPartnerAndSaasCompetency from 'images/advanced_tier-saas_competency.png' +import AwsPartnerAndSaasCompetency from 'images/advancedtier_white.svg' import ISMS from 'images/mark-of-trust-certified-ISOIEC-27001.png' import Image from 'next/image'