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