"use client" import Link from "next/link" import { Cloud } from "lucide-react" const footerLinks = { services: [ { label: "Web Development", href: "#services" }, { label: "Cloud Hosting", href: "#services" }, { label: "I.T Support", href: "#services" }, { label: "Computer Repairs", href: "#services" }, ], company: [ { label: "About Us", href: "#features" }, { label: "Our Process", href: "#process" }, { label: "Contact", href: "#contact" }, ], legal: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ] } export function Footer() { const currentYear = new Date().getFullYear() return ( ) }