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>
<div className="min-h-screen bg-background">
<NavbarStyleApple
brandName="Webild Studio"
brandName="Dialed Web"
navItems={[
{ name: "Home", id: "/home" },
{ name: "Services", id: "services" },
@@ -130,8 +130,8 @@ export default function BlogPage() {
/> )}
<FooterBaseCard
logoText="Webild Studio"
copyrightText="© 2025 Webild Studio. All rights reserved."
logoText="Dialed Web"
copyrightText="© 2025 Dialed Web. All rights reserved."
columns={[
{
title: "Services", items: [
@@ -162,7 +162,7 @@ export default function BlogPage() {
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.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>
</ThemeProvider>
);
}
}