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