{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"blank-app","type":"registry:block","title":"Blank App","description":"Minimal blank app scaffold with Aavya theme baseline.","version":"0.1.0","status":"beta","files":[{"path":"src/registry/blocks/blank-app/page.tsx","type":"registry:page","target":"app/page.tsx","content":"export default function BlankAppPage() {\n  return (\n    <main style={{ padding: '2rem' }}>\n      <h1 style={{ fontSize: '1.75rem', marginBottom: '0.75rem' }}>Blank App</h1>\n      <p style={{ opacity: 0.8 }}>\n        Start building with Aavya tokens and registry components.\n      </p>\n    </main>\n  )\n}\n\n"}]}