Imagine ArtImagine Art

A responsive page footer with brand info, navigation links, and social media icons.

Layout & Structure

Import

import { Footer } from "@/components/ui"

API

PropTypeDefaultDescription
brandReactNodeBrand logo or name element.
descriptionstringBrand description text.
sectionsFooterSection[]Navigation link groups.
socialLinks{ icon: ReactNode; href: string; label: string }[]Social media icon links.
copyrightstringCopyright notice text.

Examples