Update src/app/blog/page.tsx

This commit is contained in:
2026-02-13 17:15:07 +00:00
parent df5d86c44e
commit cfb2f85742

View File

@@ -27,7 +27,7 @@ export default function BlogPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Webild"
brandName="Novasi"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "services" },
@@ -61,8 +61,8 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
copyrightText="© 2025 Webild. All rights reserved. Crafting digital excellence."
logoText="Novasi"
copyrightText="© 2025 Novasi. All rights reserved. Crafting digital excellence."
socialLinks={[
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },