diff --git a/frontend/src/app/Faq/page.tsx b/frontend/src/app/Faq/page.tsx index 1c54fb01..94f9089e 100644 --- a/frontend/src/app/Faq/page.tsx +++ b/frontend/src/app/Faq/page.tsx @@ -52,80 +52,76 @@ export default function CryptoFAQ() { }; return ( -
- + +
-
-
+
+
+
+
+

+ Support +

+

+ Frequently Asked Questions +

+

+ Find quick answers about crypto basics, tournaments, and how + to get started on InsightArena. +

+
-
-
-
-
-

- Support -

-

- Frequently Asked Questions -

-

- Find quick answers about crypto basics, tournaments, and how - to get started on InsightArena. -

-
+ + + Back to home + +
- + {faqItems.map((item) => ( +
- - Back to home - -
- -
- {faqItems.map((item) => ( -
toggleFAQ(item.id)} > - +

+ {item.id}. {item.question} +

+ + {item.isOpen ? ( + + ) : ( + + )} + + - {item.isOpen && ( -
-

{item.answer}

-
- )} -
- ))} -
+ {item.isOpen && ( +
+

{item.answer}

+
+ )} +
+ ))} +
-
-

- Still need help? Explore the platform from the homepage and - keep an eye on upcoming guides and community resources. -

-
- - +
+

+ Still need help? Explore the platform from the homepage and + keep an eye on upcoming guides and community resources. +

+
+ + -
- +