diff --git a/src/app/page.tsx b/src/app/page.tsx index eb8a852..7e7e335 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkJWLnqoVkjY0eDgLbzdpUMNFF/professional-developer-headshot-with-mod-1773130829084-806d74fc.png", alt: "Team member 3"}, ]} - avatarText="Trusted by 500+ development teams" + avatarText="Trusted by 500+ teams shipping 10M+ deployments monthly" buttons={[ { text: "Start Free Trial", href: "https://devflow.app/trial" }, { text: "View Documentation", href: "#features" }, @@ -266,4 +266,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file