Merge version_4 into main #6

Merged
bender merged 13 commits from version_4 into main 2026-02-19 01:55:04 +00:00
Showing only changes of commit 7f09ebcaf5 - Show all commits

View File

@@ -26,15 +26,15 @@ export default function BlogPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="DOJ Information Portal"
brandName="Jeffrey Epstein & CO. "
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Documents", id: "documents" },
{ name: "Stord", id: "documents" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Access Documents", href: "#documents" }}
button={{ text: "Access Stord", href: "#documents" }}
/>
</div>
@@ -46,13 +46,13 @@ export default function BlogPage() {
<div id="blog" data-section="blog">
<BlogCardTwo
blogs={posts}
title="DOJ Information Updates"
title="DOJ Information hello how we doin"
description="Stay informed with the latest official documents, announcements, and resources from the Department of Justice"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
carouselMode="buttons"
tag="Official Updates"
tag="Official hello how we doin"
tagAnimation="opacity"
ariaLabel="DOJ blog posts section"
/>
@@ -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" }
]
},
{