Footer
---
import Footer from 'fulldev-ui/blocks/Footer.astro'
---
<Footer
logo={{
image: { src: '/favicon/android-chrome-512x512.png' },
text: 'Fulldev UI',
}}
paragraph="Rapidly build content-driven websites."
socials={[
'https://github.com/fulldotdev/ui',
'https://discord.gg/vXZqMbadm8',
]}
channels={[
{ heading: 'Email', icon: 'mail', text: '[email protected]' },
{ heading: 'Phone', icon: 'phone', text: '+316 83485163' },
]}
menus={[
{
heading: 'Get Started',
links: [
{ href: '/docs/', text: 'Introduction' },
{ href: '/docs/installation/', text: 'Installation' },
{ href: '/docs/customization/', text: 'Customization' },
{ href: '/docs/frameworks/', text: 'Frameworks' },
],
},
{
heading: 'Docs',
links: [
{ href: '/docs/components/badge/', text: 'Components' },
{ href: '/docs/structures/Container/', text: 'Wrappers' },
{ href: '/docs/blocks/banner/', text: 'Blocks' },
{ href: '/docs/layouts/page/', text: 'Layouts' },
],
},
]}
/>