"use client"; import { Activity, ShieldCheck, Twitter, Linkedin, Github, Mail, Phone, MapPin, Award, Lock, FileCheck, Heart, CheckCircle2 } from "lucide-react"; import { motion } from "framer-motion"; export default function Footer() { return ( ); }