Update src/app/page.tsx

This commit is contained in:
2026-03-10 22:55:02 +00:00
parent d99434271b
commit 2b6529cefa

View File

@@ -203,6 +203,9 @@ 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."
},
@@ -215,9 +218,6 @@ 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."
}