Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-03-10 22:57:44 +00:00

View File

@@ -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"
]
@@ -203,9 +203,6 @@ export default function ClutchTierPage() {
animationType="smooth"
faqsAnimation="none"
faqs={[
{
id: "5", title: "Is my data secure?", content: "Yes. Row-level security on all customer data. Benchmark contributions anonymized and aggregated before storage. GDPR compliant. Deletion cascades to benchmark data. SOC 2 audit trail. Enterprise encryption."
},
{
id: "1", title: "How does execution actually work?", content: "Connect your billing provider (Stripe, Chargebee, etc.). Define your pricing change through our interface. ClutchTier previews the impact, executes through the governed pipeline, logs every action, and stores a rollback payload. Any execution can be reverted within seconds."
},
@@ -218,6 +215,9 @@ export default function ClutchTierPage() {
{
id: "4", title: "What's Phase 2 and Phase 3 autonomy?", content: "Phase 1 (default): You decide, we execute, we log. Phase 2 (opt-in after 90 days): We execute low-risk actions automatically within bounds. Phase 3 (opt-in after 180 days): We run pricing continuously, you set policy and guardrails. All audited."
},
{
id: "5", title: "Is my data secure?", content: "Yes. Row-level security on all customer data. Benchmark contributions anonymized and aggregated before storage. GDPR compliant. Deletion cascades to benchmark data. SOC 2 audit trail. Enterprise encryption."
},
{
id: "6", title: "Can I integrate with our existing tools?", content: "Stripe, Chargebee, Recurly, Paddle for billing. HubSpot, Salesforce, Pipedrive for CRM. Mixpanel, Amplitude, Segment, PostHog for analytics. Intercom and Zendesk for support. More integrations added monthly."
}
@@ -280,4 +280,4 @@ export default function ClutchTierPage() {
</div>
</ThemeProvider>
);
}
}