3 Commits

Author SHA1 Message Date
f6702d9b2c Update src/app/page.tsx 2026-03-11 13:38:37 +00:00
e1e07bc08c Merge version_3 into main
Merge version_3 into main
2026-03-11 13:35:42 +00:00
141b25d85d Update src/app/page.tsx 2026-03-11 13:35:38 +00:00

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"}, 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={[ buttons={[
{ text: "Start Free Trial", href: "https://devflow.app/trial" }, { text: "Start Free Trial", href: "https://devflow.app/trial" },
{ text: "View Documentation", href: "#features" }, { text: "View Documentation", href: "#features" },
@@ -197,7 +197,7 @@ export default function LandingPage() {
}, },
{ {
id: "professional", badge: "Most Popular", badgeIcon: Star, id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$299/month", subtitle: "For growing companies", buttons: [ price: "$299/month", subtitle: "Best for teams scaling fast—unlimited deployments included", buttons: [
{ {
text: "Get Started", href: "https://devflow.app/signup?plan=professional"}, text: "Get Started", href: "https://devflow.app/signup?plan=professional"},
], ],