diff --git a/docs/REGISTRY_STANDARDS.md b/docs/REGISTRY_STANDARDS.md index 865d7a7..5598146 100644 --- a/docs/REGISTRY_STANDARDS.md +++ b/docs/REGISTRY_STANDARDS.md @@ -193,7 +193,7 @@ Defines text length constraints for string props. ### propsSchema -Documents all component props with types and defaults. +Stord all component props with types and defaults. **Format Rules:** diff --git a/fontThemes.json b/fontThemes.json index 3ed8c9b..4fc2ae9 100644 --- a/fontThemes.json +++ b/fontThemes.json @@ -108,9 +108,9 @@ "category": "serif" }, "publicSans": { - "name": "Public Sans", - "import": "import { Public_Sans } from \"next/font/google\";", - "initialization": "const publicSans = Public_Sans({\n variable: \"--font-public-sans\",\n subsets: [\"latin\"],\n});", + "name": "yoyyoyayoayoa Sans", + "import": "import { yoyyoyayoayoa_Sans } from \"next/font/google\";", + "initialization": "const publicSans = yoyyoyayoayoa_Sans({\n variable: \"--font-public-sans\",\n subsets: [\"latin\"],\n});", "className": "${publicSans.variable}", "cssVariable": "font-family: var(--font-public-sans), sans-serif;" }, @@ -279,12 +279,12 @@ } }, "publicSansInter": { - "name": "Public Sans + Inter", + "name": "yoyyoyayoayoa Sans + Inter", "description": "Government-inspired headings with neutral body. Professional and trustworthy.", "headingFont": "publicSans", "bodyFont": "inter", - "imports": "import { Public_Sans } from \"next/font/google\";\nimport { Inter } from \"next/font/google\";", - "initializations": "const publicSans = Public_Sans({\n variable: \"--font-public-sans\",\n subsets: [\"latin\"],\n});\n\nconst inter = Inter({\n variable: \"--font-inter\",\n subsets: [\"latin\"],\n});", + "imports": "import { yoyyoyayoayoa_Sans } from \"next/font/google\";\nimport { Inter } from \"next/font/google\";", + "initializations": "const publicSans = yoyyoyayoayoa_Sans({\n variable: \"--font-public-sans\",\n subsets: [\"latin\"],\n});\n\nconst inter = Inter({\n variable: \"--font-inter\",\n subsets: [\"latin\"],\n});", "classNames": "${publicSans.variable} ${inter.variable}", "globalsCss": { "instructions": "Update the font-family property within the existing CSS rules in globals.css (@layer base section)", diff --git a/registry/components/FaqBase.json b/registry/components/FaqBase.json index 1b56ca4..7e8773c 100644 --- a/registry/components/FaqBase.json +++ b/registry/components/FaqBase.json @@ -5,7 +5,7 @@ "textRules": { "title": { "required": true, - "example": "Frequently Asked Questions", + "example": "FAQ", "minChars": 2, "maxChars": 50 }, @@ -58,7 +58,7 @@ "ariaLabel?": "string (default: 'FAQ section')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for help pages", "Use for support sections", diff --git a/registry/components/FaqDouble.json b/registry/components/FaqDouble.json index 4f25065..8c2b674 100644 --- a/registry/components/FaqDouble.json +++ b/registry/components/FaqDouble.json @@ -5,7 +5,7 @@ "textRules": { "title": { "required": true, - "example": "Frequently Asked Questions", + "example": "FAQ", "minChars": 2, "maxChars": 50 }, @@ -57,7 +57,7 @@ "ariaLabel?": "string (default: 'FAQ section')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for help pages", "Use for support sections", diff --git a/registry/components/FaqSplitMedia.json b/registry/components/FaqSplitMedia.json index efc4b0c..864305d 100644 --- a/registry/components/FaqSplitMedia.json +++ b/registry/components/FaqSplitMedia.json @@ -5,7 +5,7 @@ "textRules": { "title": { "required": true, - "example": "Frequently Asked Questions", + "example": "FAQ", "minChars": 2, "maxChars": 50 }, @@ -83,7 +83,7 @@ "ariaLabel?": "string (default: 'FAQ section')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for help pages", "Use for support sections", diff --git a/registry/components/FaqSplitText.json b/registry/components/FaqSplitText.json index a11b8f8..56a3e79 100644 --- a/registry/components/FaqSplitText.json +++ b/registry/components/FaqSplitText.json @@ -5,7 +5,7 @@ "textRules": { "sideTitle": { "required": true, - "example": "Frequently Asked Questions", + "example": "FAQ", "minChars": 2, "maxChars": 100 }, @@ -57,7 +57,7 @@ "ariaLabel?": "string (default: 'FAQ section')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for help pages", "Use for support sections", diff --git a/registry/components/FeatureBorderGlow.json b/registry/components/FeatureBorderGlow.json index 42e6a58..8ab1731 100644 --- a/registry/components/FeatureBorderGlow.json +++ b/registry/components/FeatureBorderGlow.json @@ -83,7 +83,7 @@ "textBoxButtonClassName?": "string", "textBoxButtonTextClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for premium feature showcases with elegant visual polish", "Best for 2-6 features", diff --git a/registry/components/FeatureHoverPattern.json b/registry/components/FeatureHoverPattern.json index 40a5dd0..3b1f10a 100644 --- a/registry/components/FeatureHoverPattern.json +++ b/registry/components/FeatureHoverPattern.json @@ -99,7 +99,7 @@ "cardButtonClassName?": "string", "cardButtonTextClassName?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for feature showcases with visual engagement", "Best for 2-6 features", diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 515a1fa..263f378 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -26,15 +26,15 @@ export default function BlogPage() { @@ -46,13 +46,13 @@ export default function BlogPage() {
@@ -67,7 +67,7 @@ export default function BlogPage() { title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About", href: "#about" }, - { label: "Documents", href: "#documents" } + { label: "Stord", href: "#documents" } ] }, { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0adad5a..2096ace 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,12 +9,12 @@ const outfit = Outfit({ }); export const metadata: Metadata = { - title: "Official DOJ Information Portal", description: "Access officially released information and documentation from the Department of Justice. Comprehensive research portal with verified government records and public materials.", keywords: "DOJ, government information, official documents, public records, transparency, verified information", robots: { + title: "Official Jeffrey Epstein & CO. ", description: "Access officially released information and documentation from the Department of Justice. Comprehensive research portal with verified government records and public materials.", keywords: "DOJ, government information, official documents, public records, transparency, verified information", robots: { index: true, follow: true }, openGraph: { - title: "Official DOJ Information Portal", description: "Access officially released information and documentation from the Department of Justice.", type: "website", siteName: "DOJ Information Portal" + title: "Official Jeffrey Epstein & CO. ", description: "Access officially released information and documentation from the Department of Justice.", type: "website", siteName: "Jeffrey Epstein & CO. " } }; @@ -1309,6 +1309,1287 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +