Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user