{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"marketing-footers-simple","type":"registry:block","title":"Simple","files":[{"path":"components/blocks/marketing/footers/simple.tsx","content":"export default function FooterSimple() {\n  return (\n    <footer className=\"bg-background w-full border-t\">\n      <div className=\"container mx-auto flex flex-col items-center justify-between gap-4 px-4 py-10 md:h-24 md:flex-row md:px-6 md:py-0 2xl:max-w-[1400px]\">\n        <div className=\"flex flex-col items-center gap-4 px-8 md:flex-row md:gap-2 md:px-0\">\n          <p className=\"text-muted-foreground text-center text-sm leading-loose md:text-left\">\n            Built with{' '}\n            <a\n              href=\"https://nextjs.org\"\n              target=\"_blank\"\n              rel=\"noreferrer\"\n              className=\"font-medium underline underline-offset-4\"\n            >\n              Next.js\n            </a>{' '}\n            and{' '}\n            <a\n              href=\"https://ui.shadcn.com\"\n              target=\"_blank\"\n              rel=\"noreferrer\"\n              className=\"font-medium underline underline-offset-4\"\n            >\n              shadcn/ui\n            </a>\n            .\n          </p>\n        </div>\n        <div className=\"flex flex-col items-center gap-4 md:flex-row md:gap-6\">\n          <nav className=\"flex gap-4 md:gap-6\">\n            <a\n              href=\"#\"\n              className=\"text-muted-foreground hover:text-foreground text-sm font-medium transition-colors\"\n            >\n              Terms\n            </a>\n            <a\n              href=\"#\"\n              className=\"text-muted-foreground hover:text-foreground text-sm font-medium transition-colors\"\n            >\n              Privacy\n            </a>\n            <a\n              href=\"#\"\n              className=\"text-muted-foreground hover:text-foreground text-sm font-medium transition-colors\"\n            >\n              Contact\n            </a>\n          </nav>\n          <p className=\"text-muted-foreground text-center text-sm md:text-left\">\n            &copy; {new Date().getFullYear()} Your Company. All rights reserved.\n          </p>\n        </div>\n      </div>\n    </footer>\n  );\n}\n","type":"registry:component","target":"components/blocks/marketing/footers/simple.tsx"}],"description":"A footer pairing a logo and short tagline with a tidy row of page links. Rounds off a small business or portfolio site without crowding the layout."}