Update src/app/blog/page.tsx

This commit is contained in:
2026-01-22 20:43:08 +00:00
parent f1e97ffe69
commit 42c2387bf7

View File

@@ -97,7 +97,7 @@ export default function BlogPage() {
<ReactLenis root> <ReactLenis root>
<div className="min-h-screen bg-background"> <div className="min-h-screen bg-background">
<NavbarStyleApple <NavbarStyleApple
brandName="Webild Studio" brandName="Dialed Web"
navItems={[ navItems={[
{ name: "Home", id: "/home" }, { name: "Home", id: "/home" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -130,8 +130,8 @@ export default function BlogPage() {
/> )} /> )}
<FooterBaseCard <FooterBaseCard
logoText="Webild Studio" logoText="Dialed Web"
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
@@ -162,7 +162,7 @@ export default function BlogPage() {
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Email", href: "mailto:hello@webild.studio" } { label: "Email", href: "mailto:hello@dialedweb.studio" }
] ]
} }
]} ]}
@@ -171,4 +171,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }