From 905d9ac48748e1849aa479427bf5c02f056d3a7e Mon Sep 17 00:00:00 2001 From: Daniel Coto Jimenez Date: Sun, 23 Nov 2025 00:36:12 -0600 Subject: [PATCH] docs(FAQ): update answer texts for clarity and accuracy Update FAQ answers to provide more precise information about verification methods, pricing details, and security aspects. Removed redundant "off-chain" mention since all protection is now on-chain. --- web/src/components/FAQ.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/FAQ.tsx b/web/src/components/FAQ.tsx index 3b970e7..1e24911 100644 --- a/web/src/components/FAQ.tsx +++ b/web/src/components/FAQ.tsx @@ -14,27 +14,27 @@ const faqData = [ { question: "Do I need blockchain knowledge?", answer: - "No, only create a Wallet and we handle all the blockchain complexity for you.", + "No, you only need to create a Wallet and we handle all the blockchain complexity for you.", }, { question: "Are there templates available?", answer: - "Start from our bases or customize. We provide templates for common use cases like KYC, escrow, and certifications.", + "Start from our bases or customize. We provide templates for common use cases like, escrows, contributions badges, certifications and more.", }, { question: "Is verification public?", answer: - "Yes, via link or widget. Anyone can verify credentials without needing special access.", + "Yes. On-chain state makes verification public and tamper-proof via link or QR, independent of the issuer.", }, { question: "What about pricing?", answer: - "Coming soon; early partners get credits. We're working on transparent, developer-friendly pricing.", + "Super simple: $1 USDC per credential. If you're an early partner, you get free credits or even free tiers.", }, { question: "How secure is the system?", answer: - "Built on Stellar blockchain with enterprise-grade encryption. Your data is protected both on and off-chain.", + "Built on Stellar blockchain with enterprise-grade encryption. Your data is protected on-chain.", }, ];