diff options
Diffstat (limited to 'apps/landing/src')
| -rw-r--r-- | apps/landing/src/Pricing.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/landing/src/Pricing.tsx b/apps/landing/src/Pricing.tsx index 9a1c06f0..072ea3b0 100644 --- a/apps/landing/src/Pricing.tsx +++ b/apps/landing/src/Pricing.tsx @@ -155,6 +155,10 @@ function FAQ() { question: "Do you offer refunds?", answer: "Yes, we offer a 7-day money-back guarantee for all paid plans.", }, + { + question: "How should I contant you if I have any questions?", + answer: "You can reach us at support@karakeep.app", + }, ]; return ( |
