From fafc86b9fad44ef6885e0d26c2211dbd4fd3b413 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 07:30:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5ad6bc..8ec1398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", tag: "Starter", price: "$49", period: "/per month", description: "Perfect for freelancers starting out.", button: { text: "Select Plan" }, featuresTitle: "Included features:", features: ["10 designs/mo", "Commercial license", "Standard support"] }, - { id: "pro", tag: "Pro", price: "$99", period: "/per month", description: "Best for agencies needing scale.", button: { text: "Get Started Now" }, featuresTitle: "Everything in Starter plus:", features: ["Unlimited designs", "Priority support", "Custom formats"] }, + { id: "pro", tag: "Most Popular", price: "$99", period: "/per month", description: "Best for agencies needing scale.", button: { text: "Get Started Now" }, featuresTitle: "Everything in Starter plus:", features: ["Unlimited designs", "Priority support", "Custom formats"] }, { id: "enterprise", tag: "Enterprise", price: "$249", period: "/per month", description: "For large teams and projects.", button: { text: "Select Plan" }, featuresTitle: "Everything in Pro plus:", features: ["Full source files", "Dedicated designer", "NDA agreement"] } ]} title="Simple Pricing"