From 1382939a17cee768b151130fd4c1cd749bc47a2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 10:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc2345d..dbb7d3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,8 @@ export default function LandingPage() { faqs={[ {id: "f1", title: "How do I register?", content: "Simply download the app, select your casino, and create an account using your unique ID."}, {id: "f2", title: "Is the app free?", content: "The standard app has a free usage window, while premium features are available through activation."}, - {id: "f3", title: "What if it stops working?", content: "Contact our official Telegram support team for immediate assistance."} + {id: "f3", title: "What if it stops working?", content: "Contact our official Telegram support team for immediate assistance."}, + {id: "f4", title: "Is my data secure?", content: "Yes, all user interactions are fully encrypted for your peace of mind."} ]} title="Frequently Asked Questions" description="Got questions? We have the answers for you." -- 2.49.1