Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8d27d9373 | |||
| 456afc505e | |||
| 2b6529cefa | |||
| d99434271b | |||
| 922e7cefbe | |||
| 8267144ed7 | |||
| 39633bdf79 | |||
| 5c769dbdb1 |
@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { AlertCircle, Lock, CreditCard, TrendingUp, Zap, Sparkles } from 'lucide-react';
|
||||
import { AlertCircle, Lock, CreditCard, TrendingUp, Zap, Sparkles, Play, Rocket, Zap as ZapIcon } from 'lucide-react';
|
||||
|
||||
export default function ClutchTierPage() {
|
||||
return (
|
||||
@@ -131,25 +131,25 @@ export default function ClutchTierPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free", title: "Free", price: "£0", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/minimalist-illustration-representing-bas-1773182901494-c8cf4813.png?_wi=2", imageAlt: "Free tier foundation", button: { text: "Get Started", href: "https://app.clutchtier.com/signup" },
|
||||
id: "free", title: "Free — Start Pricing", price: "£0", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/minimalist-illustration-representing-bas-1773182901494-c8cf4813.png?_wi=2", imageAlt: "Free tier foundation", button: { text: "Get Started", href: "https://app.clutchtier.com/signup" },
|
||||
features: [
|
||||
"Pricing Page Grader", "What Should I Charge calculator", "WTP survey templates", "5 benchmark lookups/month", "Pricing Health Score"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "starter", title: "Starter", price: "£149", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/minimalist-illustration-representing-bas-1773182901494-c8cf4813.png?_wi=3", imageAlt: "Starter tier execution", button: { text: "Start Free Trial", href: "https://app.clutchtier.com/signup" },
|
||||
id: "starter", title: "Starter — Execution Ready", price: "£149", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/minimalist-illustration-representing-bas-1773182901494-c8cf4813.png?_wi=3", imageAlt: "Starter tier execution", button: { text: "Start Free Trial", href: "https://app.clutchtier.com/signup" },
|
||||
features: [
|
||||
"Stripe integration & execution", "Basic governance logging", "Grandfathering automation", "50 benchmark lookups/month", "Embedded surveys", "Competitor tracking (5)", "Slack integration", "Email support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "growth", title: "Growth", price: "£599", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/illustration-showing-team-collaboration--1773182902358-2d55cf1e.png?_wi=3", imageAlt: "Growth tier collaboration", button: { text: "Start Free Trial", href: "https://app.clutchtier.com/signup" },
|
||||
id: "growth", title: "Growth — Team Collaboration", price: "£599", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/illustration-showing-team-collaboration--1773182902358-2d55cf1e.png?_wi=3", imageAlt: "Growth tier collaboration", button: { text: "Start Free Trial", href: "https://app.clutchtier.com/signup" },
|
||||
features: [
|
||||
"Multi-provider billing (Stripe, Chargebee, Recurly, Paddle)", "A/B test execution engine", "Full 5-level governance framework", "Team support (up to 5 users)", "Unlimited benchmark access", "Competitor tracking (15)", "Phase 2 bounded autonomy (opt-in)", "Advanced segmentation", "Priority support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "scale", title: "Scale", price: "£2,499", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/enterprise-illustration-autonomous-execu-1773182902202-8b062c7e.png?_wi=2", imageAlt: "Scale tier autonomous operations", button: { text: "Schedule Demo", href: "#" },
|
||||
id: "scale", title: "Scale — Enterprise Autonomy", price: "£2,499", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlhekYZ1RQmKsRltjcPsPKK0bz/enterprise-illustration-autonomous-execu-1773182902202-8b062c7e.png?_wi=2", imageAlt: "Scale tier autonomous operations", button: { text: "Schedule Demo", href: "#" },
|
||||
features: [
|
||||
"Everything in Growth, plus:", "Enterprise integrations (Salesforce, ERP, BI tools)", "Compliance-grade audit trail (SOC 2 ready)", "Predictive pricing models", "International pricing execution", "Full Phase 3 autonomy", "Unlimited team members", "API access", "SSO/SAML", "Dedicated strategist", "99.9% uptime SLA"
|
||||
]
|
||||
@@ -280,4 +280,4 @@ export default function ClutchTierPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user