Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: "footer"
title: "Footer 2"
description: "Beautiful Astro components built with Tailwind CSS. Open source and ready to use."
---

```astro live props={{ name: 'footer-2' }}
---
import Footer2Block from "@/components/blocks/footer-2.astro"
---

<Footer2Block
  brandName="Fulldev UI"
  brandHref="/"
  description="Beautiful Astro components built with Tailwind CSS. Open source and ready to use."
  links={[
    { label: "Components", href: "/components/" },
    { label: "Blocks", href: "/blocks/" },
    { label: "Docs", href: "/docs/" },
    { label: "GitHub", href: "https://github.com/fulldotdev/ui" },
  ]}
  socials={[
    {
      label: "GitHub",
      href: "https://github.com/fulldotdev/ui",
      icon: "github",
    },
    { label: "Discord", href: "https://discord.gg/", icon: "discord" },
    { label: "X", href: "https://x.com/", icon: "x" },
  ]}
  copyright="© 2026 fulldev/ui"
/>
```
