import Link from "next/link" import Image from "next/image" export function SiteFooter() { const categories = [ { name: "3D Monuments", href: "/category/3d-monuments" }, { name: "Baby", href: "/category/baby" }, { name: "Basket", href: "/category/basket" }, { name: "Birthday", href: "/category/birthday" }, { name: "Christmas", href: "/category/christmas" }, { name: "My Account", href: "/account" }, { name: "Sentiments", href: "/category/sentiments" }, { name: "Shop", href: "/shop" }, { name: "Specialty", href: "/category/specialty" }, { name: "Valentines Day", href: "/category/valentines" }, { name: "Wedding Cards", href: "/category/wedding" }, ] return ( ) }