Update src/app/blog/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user