From 2b6529cefa83dbcdcdb976d1278e6eb2bee4dce8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:55:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33577da..93f2770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }