{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"application-page-headings-simple-centered","type":"registry:block","title":"Simple Centered","files":[{"path":"components/blocks/application/page-headings/simple-centered.tsx","content":"export default function SimplePageHeading() {\n  return (\n    <div className=\"container mx-auto px-4 py-16 md:px-6 2xl:max-w-[1400px]\">\n      <div className=\"mx-auto mt-6 max-w-3xl text-center\">\n        <h1 className=\"scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl\">\n          New Collection\n        </h1>\n        <p className=\"text-muted-foreground mt-4 text-xl\">\n          Discover our latest collection of products designed to elevate your\n          everyday life with style and functionality.\n        </p>\n      </div>\n    </div>\n  );\n}\n","type":"registry:component","target":"components/blocks/application/page-headings/simple-centered.tsx"}],"description":"A centered page title with optional description text, balanced on the screen. Use it on focused app views like settings or a single record detail."}