diff --git a/src/app/page.tsx b/src/app/page.tsx index bf01a91..baa612a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ const borderGlowFeatures = [ const pricingPlans = [ { id: "starter", badge: "For Individuals", badgeIcon: Sparkles, - price: "$49/month", subtitle: "Perfect for solo developers and small projects", buttons: [{ text: "Start Free Trial", href: "https://devflow.example.com/signup?plan=starter" }], + price: "$49/month", subtitle: "Perfect for solo developers and small projects", buttons: [{ text: "Deploy in 60 Seconds", href: "https://devflow.example.com/signup?plan=starter" }], features: [ "Up to 3 simultaneous deployments", "50GB storage", "Basic monitoring and logs", "Community support", "API access", "Monthly cost: $49" ], @@ -105,7 +105,7 @@ const pricingPlans = [ { id: "professional", badge: "Most Popular", badgeIcon: Star, price: "$199/month", subtitle: "For growing teams and production apps", buttons: [ - { text: "Start Free Trial", href: "https://devflow.example.com/signup?plan=professional" }, + { text: "Deploy in 60 Seconds", href: "https://devflow.example.com/signup?plan=professional" }, { text: "Contact Sales", href: "#contact" }, ], features: [ @@ -166,7 +166,7 @@ export default function LandingPage() { @@ -189,7 +189,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 5,000+ developers worldwide" buttons={[ - { text: "Start Free Trial", href: "https://devflow.example.com/signup" }, + { text: "Deploy in 60 Seconds", href: "https://devflow.example.com/signup" }, { text: "View Documentation", href: "https://docs.devflow.example.com" }, ]} buttonAnimation="slide-up" @@ -291,4 +291,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file