Update src/app/blog/page.tsx

This commit is contained in:
2026-02-19 01:54:55 +00:00
parent 7fdd9901fc
commit 7f09ebcaf5

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" }
]
},
{