Update src/app/blog/page.tsx

This commit is contained in:
2026-02-18 22:49:05 +00:00
parent 38b919b695
commit 1734eda394

View File

@@ -26,7 +26,7 @@ export default function BlogPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Proofweb"
brandName="Proof Digital"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -85,7 +85,7 @@ export default function BlogPage() {
]
}
]}
copyrightText="© 2025 Proofweb. All rights reserved. Crafted with excellence for digital excellence."
copyrightText="© 2025 Proof Digital. All rights reserved. Crafted with excellence for digital excellence."
/>
</div>
</ReactLenis>