6 Commits

Author SHA1 Message Date
2b6529cefa Update src/app/page.tsx 2026-03-10 22:55:02 +00:00
d99434271b Merge version_1 into main
Merge version_1 into main
2026-03-10 22:52:46 +00:00
922e7cefbe Merge version_1 into main
Merge version_1 into main
2026-03-10 22:52:21 +00:00
8267144ed7 Merge version_1 into main
Merge version_1 into main
2026-03-10 22:51:20 +00:00
39633bdf79 Merge version_1 into main
Merge version_1 into main
2026-03-10 22:50:13 +00:00
5c769dbdb1 Merge version_1 into main
Merge version_1 into main
2026-03-10 22:49:12 +00:00

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."
}