{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"marketing-announcement-banners-simple-centered","type":"registry:block","title":"Simple Centered","files":[{"path":"components/blocks/marketing/announcement-banners/simple-centered.tsx","content":"export default function SimpleCentered() {\n  return (\n    <div className=\"bg-muted\">\n      <div className=\"container mx-auto px-4 md:px-6 2xl:max-w-[1400px]\">\n        <div className=\"flex items-center justify-between gap-x-6 p-4\">\n          <div className=\"flex w-full items-center gap-x-4 text-sm\">\n            <p className=\"flex-1 text-center\">\n              <a\n                href=\"#\"\n                className=\"font-semibold underline-offset-4 hover:underline\"\n              >\n                Introducing our new UI blocks\n              </a>\n              <span className=\"hidden sm:inline\">\n                {' '}\n                — Get started with 50+ new components.\n              </span>\n            </p>\n          </div>\n        </div>\n      </div>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/marketing/announcement-banners/simple-centered.tsx"}],"description":"A slim bar with centered text and a single dismiss control. Share a short notice like free shipping or a new feature across the top of any page."}