diff --git a/README.md b/README.md index 31f3ce3..c86aa20 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Human Benchmark is a mobile application designed to test and improve your cognit - **Comprehensive Testing**: Test yourself in various areas, including Reaction Time, Typing, Chimp Test, Number Memory, Hearing Test, Verbal Memory, Sequence Memory, Visual Memory, and Aim Training. - **Statistics**: Compare your performance to others around the world. - **Share Your Statistics**: Easily share an image of your statistics with friends or on social media. +- **Offline Access**: Enjoy the app fully without needing an internet connection; it's 100% offline. ## Acknowledgments diff --git a/lib/faq.dart b/lib/faq.dart index c4dc163..b9a2a64 100644 --- a/lib/faq.dart +++ b/lib/faq.dart @@ -109,21 +109,6 @@ class FAQScreen extends StatelessWidget { ), ], ), - ExpansionTile( - title: Text( - 'Where can I contact Human Benchmark?', - style: TextStyle(fontSize: 18.0, fontWeight: FontWeight.bold), - ), - children: [ - Padding( - padding: EdgeInsets.all(8.0), - child: Text( - 'If you have any questions or encounter any issues, feel free to contact us at support@humanbenchmark.com.', - style: TextStyle(fontSize: 16.0), - ), - ), - ], - ), ExpansionTile( title: Text( 'Who made this app?',