diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 38f1ef16..bc75f939 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,99 +1,167 @@ "use client"; -import { useState } from "react"; import Link from "next/link"; -import { Github, Twitter, Instagram, Linkedin, ArrowRight, ShieldCheck, Zap, Globe, ExternalLink, Lock, Mail } from "lucide-react"; +import { + Github, + Twitter, + Instagram, + Linkedin, + ArrowRight, + ShieldCheck, + Zap, + Globe, + ExternalLink, + Lock, + Mail, +} from "lucide-react"; export default function Footer() { - const [isExpanded, setIsExpanded] = useState(false); - return (