diff --git a/services/index.md b/services/index.md index f81c3f13ce..5c6c9f4541 100644 --- a/services/index.md +++ b/services/index.md @@ -7,13 +7,13 @@ import CodeTerminal from '@site/src/components/CodeTerminal/CodeTerminal.jsx'; import SectionAPIs from '@site/src/components/Sections/SectionAPIs.jsx'; import SectionNetworks from '@site/src/components/Sections/SectionNetworks.jsx'; -# Power your dapp using services +# Build and scale your dapp using services MetaMask, in partnership with [Infura](https://www.infura.io/), offers a comprehensive set of services to facilitate dapp and Snap development. This includes JSON-RPC APIs for easy access to key networks and REST APIs aimed at automating and optimizing essential development tasks. -These services streamline development workflows to help developers build robust and successful +These services streamline development workflows to help developers build and scale robust dapps and Snaps. ## Features diff --git a/src/components/CardSection.tsx b/src/components/CardSection.tsx index 77776f25d4..a0ca8d78cb 100644 --- a/src/components/CardSection.tsx +++ b/src/components/CardSection.tsx @@ -23,12 +23,12 @@ const CardList: CardItem[] = [ ), }, { - title: "🔌 Power your dapp using services", + title: "📐 Build and scale your dapp using services", link: "/services", description: ( <> - Power your dapp or Snap using services provided by MetaMask and Infura. - This includes APIs aimed at optimizing essential development tasks. + Build and scale your dapp or Snap using services provided by MetaMask and Infura. + This includes APIs that optimize essential development tasks. ), },