Update src/app/page.tsx

This commit is contained in:
2026-03-11 13:35:38 +00:00
parent 5afa2960a7
commit 141b25d85d

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}