<Footer />
The Footer component is used to display the social links and legal information of the application as well as a secondary navigation.
Usage
import {Footer} from '@/app/(marketing)/components/footer'
export default function Layout() {
return <Footer />
}
Customization
To change the logo, replace the Mark
and Logo
components in the
packages/ui/components/icons.tsx
file with your own SVG.
To easily convert an SVG to JSX, you can use the following tool: https://svg2jsx.com/