Removed unused imports
This commit is contained in:
@@ -14,6 +14,8 @@ import {
|
||||
CheckCircle
|
||||
} from "lucide-react";
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
const contactMethods = [
|
||||
{
|
||||
icon: Mail,
|
||||
@@ -108,12 +110,12 @@ export default function ContactPage() {
|
||||
<p className="text-zinc-400 text-lg mb-8">
|
||||
Thank you for reaching out. We'll get back to you within 24-48 hours.
|
||||
</p>
|
||||
<a
|
||||
<Link
|
||||
href="/"
|
||||
className="inline-flex items-center justify-center bg-zinc-900 border border-zinc-800 text-white px-6 py-3 rounded-xl font-semibold hover:border-zinc-700 transition-colors"
|
||||
>
|
||||
Back to Home
|
||||
</a>
|
||||
</Link>
|
||||
</motion.div>
|
||||
</div>
|
||||
</main>
|
||||
@@ -314,6 +316,7 @@ export default function ContactPage() {
|
||||
onChange={handleChange}
|
||||
required
|
||||
rows={5}
|
||||
maxLength={1000}
|
||||
placeholder="Describe your question or issue in detail..."
|
||||
className="w-full bg-zinc-800 border border-zinc-700 rounded-xl px-4 py-3 text-white placeholder-zinc-500 focus:outline-none focus:border-lime-400 transition-colors resize-none"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user