diff --git a/docs/Technical/index.md b/docs/Technical/index.md
new file mode 100644
index 00000000..6c116e54
--- /dev/null
+++ b/docs/Technical/index.md
@@ -0,0 +1,7 @@
+# Technical
+
+This section is coming soon.
+
+We're preparing technical resources, guides, and reference materials for the project. Check back soon for documentation on architecture, tools, and implementation details.
+
+If you need specific content added now (tutorials, API docs, or examples), tell me what to include.
\ No newline at end of file
diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx
index 4d0b3a99..d5ffc206 100644
--- a/src/components/faqs/faqs.tsx
+++ b/src/components/faqs/faqs.tsx
@@ -22,7 +22,7 @@ const faqData = [
{
question: "What all resources are available here?",
answer:
- "We offer a comprehensive range of learning resources across multiple technologies:
Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development
Coming Soon: Advanced data tools tutorials, cloud technologies, and more!",
+ "We offer a comprehensive range of learning resources across multiple technologies:
Currently Available:
• 🐍 Python Tutorials - From basics to advanced concepts
• 🗄️ SQL Resources - Database management and queries
• 🐙 GitHub Guides - Version control and collaboration
• 📮 Postman API Testing
• ⚛️ Next.js Development
Coming Soon: Advanced data tools tutorials, cloud technologies, and more!",
},
{
question: "How can I contribute as a beginner?",