diff --git a/Frontend/src/pages/FAQ.jsx b/Frontend/src/pages/FAQ.jsx index edc9cf2..c38ed46 100644 --- a/Frontend/src/pages/FAQ.jsx +++ b/Frontend/src/pages/FAQ.jsx @@ -1,5 +1,3 @@ -import { useState } from "react"; -import Navbar from "../components/Navbar"; import { Link } from "react-router-dom"; import { useState, useEffect } from "react"; import { motion, AnimatePresence } from "framer-motion"; @@ -191,43 +189,6 @@ export default function FAQ() { /> - {/* Enhanced Navbar */} - 50 - ? "bg-white/70 dark:bg-slate-900/70 backdrop-blur-2xl shadow-2xl border-b border-purple-200/50 dark:border-purple-800/30" - : "bg-transparent" - }`} - > -
- - -
- AI -
-
- - Intervyo - - - - - - Home - - -
-
{/* FAQ Section */}
@@ -323,11 +284,10 @@ export default function FAQ() { {/* Animated Gradient Border Effect */} {isActive && ( @@ -359,11 +319,10 @@ export default function FAQ() { isActive ? { scale: [1, 1.2, 1], rotate: [0, 360] } : {} } transition={{ duration: 0.6 }} - className={`flex-shrink-0 p-3 rounded-xl transition-all duration-300 ${ - isActive + className={`flex-shrink-0 p-3 rounded-xl transition-all duration-300 ${isActive ? `bg-gradient-to-br ${getCategoryColor(faq.category)} text-white shadow-2xl shadow-purple-500/50` : "bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-700 dark:to-gray-800 text-gray-500 dark:text-gray-400 group-hover:from-purple-100 group-hover:to-blue-100 dark:group-hover:from-purple-900/30 dark:group-hover:to-blue-900/30 group-hover:text-purple-600 dark:group-hover:text-purple-400" - }`} + }`} > @@ -371,11 +330,10 @@ export default function FAQ() { {/* Question Text */}

{faq.question}

@@ -395,18 +353,16 @@ export default function FAQ() { className="flex-shrink-0 pt-1" >