Removed unused imports
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user