Removed unused imports

This commit is contained in:
2026-02-21 20:05:04 +05:30
parent 5062133524
commit 857c889cb1
8 changed files with 183 additions and 38 deletions

View File

@@ -2,10 +2,10 @@
import { useState } from "react";
import { motion, AnimatePresence } from "framer-motion";
import Link from "next/link";
import {
ChevronDown,
HelpCircle,
Users,
Vote,
Upload,
Award,
@@ -282,12 +282,12 @@ export default function FAQPage() {
<p className="text-zinc-400 mb-6">
Can't find what you're looking for? We're here to help!
</p>
<a
<Link
href="/contact"
className="inline-flex items-center justify-center gap-2 bg-lime-400 text-black px-6 py-3 rounded-xl font-bold hover:bg-lime-300 transition-colors"
>
Contact Us
</a>
</Link>
</div>
</motion.div>
</div>