From c347d79832d085957b07d07e48a15b9f597a3320 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:49 +0000 Subject: [PATCH 01/13] Update docs/REGISTRY_STANDARDS.md --- docs/REGISTRY_STANDARDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:** -- 2.49.1 From 871e4f8957a9aaba994dee059a463bf0e5c87b7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:50 +0000 Subject: [PATCH 02/13] Update fontThemes.json --- fontThemes.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)", -- 2.49.1 From 2d0f6494d670376aac9f1421f3fa38b009a92599 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:51 +0000 Subject: [PATCH 03/13] Update registry/components/FaqBase.json --- registry/components/FaqBase.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.49.1 From fb7de328fe6de782f3b0552ca4ca38039486166f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:52 +0000 Subject: [PATCH 04/13] Update registry/components/FaqDouble.json --- registry/components/FaqDouble.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.49.1 From e7c96b6e6d41c273920169f733b740e36ff2146f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:52 +0000 Subject: [PATCH 05/13] Update registry/components/FaqSplitMedia.json --- registry/components/FaqSplitMedia.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.49.1 From 36236b40471afee16f3119a800ce59a9ceb34e73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:53 +0000 Subject: [PATCH 06/13] Update registry/components/FaqSplitText.json --- registry/components/FaqSplitText.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.49.1 From d2590930ce2def24a1bb395c85db698019044208 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:54 +0000 Subject: [PATCH 07/13] Update registry/components/FeatureBorderGlow.json --- registry/components/FeatureBorderGlow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.49.1 From 7fdd9901fcf464667ed8e726b739fa84c1f54ea7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:54 +0000 Subject: [PATCH 08/13] Update registry/components/FeatureHoverPattern.json --- registry/components/FeatureHoverPattern.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.49.1 From 7f09ebcaf5aaf1908c9ddc1f55aaee398e3cefdc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:55 +0000 Subject: [PATCH 09/13] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } ] }, { -- 2.49.1 From 9fbdc526ea64a5092f137c0fd3f5070d09c5cdff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:54:56 +0000 Subject: [PATCH 10/13] Update src/app/layout.tsx --- src/app/layout.tsx | 1285 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1283 insertions(+), 2 deletions(-) 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' }, '*'); })(); +` + }} + /> + +