Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-19 23:44:23 +00:00

View File

@@ -177,18 +177,15 @@ export default function LandingPage() {
plans={[
{
id: "starter", badge: "Starter", price: "$99", subtitle: "per month", features: [
"Up to 1,000 users", "Core analytics", "Email support", "API access"],
button: { text: "Get Started", href: "#contact" },
"Up to 1,000 users", "Core analytics", "Email support", "API access"]
},
{
id: "professional", badge: "Professional", price: "$299", subtitle: "per month", features: [
"Unlimited users", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"],
button: { text: "Upgrade Now", href: "#contact" },
"Unlimited users", "Advanced analytics", "Priority support", "Custom integrations", "Team collaboration"]
},
{
id: "enterprise", badge: "Enterprise", price: "Custom", subtitle: "contact us", features: [
"Unlimited everything", "Dedicated account manager", "24/7 premium support", "Custom development", "White-label solution"],
button: { text: "Contact Sales", href: "#contact" },
"Unlimited everything", "Dedicated account manager", "24/7 premium support", "Custom development", "White-label solution"]
},
]}
/>