diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx index 0b5f99d7..735cbcfb 100644 --- a/src/components/faqs/faqs.tsx +++ b/src/components/faqs/faqs.tsx @@ -7,7 +7,7 @@ const faqData = [ { question: "What is the recode hive?", answer: - "Recode Hive is a comprehensive platform focused on providing students with the right resources at the right time. We help you focus on important topics and tools used in current industry standards compared to traditional university curricula. This includes data engineering tutorials, blogs, and opportunities for open-source contributions with earning potential.

🌐 Visit our official website | 📚 Explore our documentation", + "Recode Hive is a comprehensive platform focused on providing students with the right resources at the right time. We help you focus on important topics and tools used in current industry standards compared to traditional university curricula. This includes data engineering tutorials, blogs, and opportunities for open-source contribution with earning potential.

🌐 Visit our official website | 📚 Explore our documentation", }, { question: "What features do the recode hive provides?", @@ -118,13 +118,20 @@ const FAQs: React.FC = () => { >
/g, + `` + ).replace( + / @@ -137,4 +144,4 @@ const FAQs: React.FC = () => { ); }; -export default FAQs; +export default FAQs; \ No newline at end of file