"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" }, ], } export function Footer() { const currentYear = new Date().getFullYear() return ( ) }