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="Dialed Web"
|
brandName="dialedweb"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/home" },
|
{ name: "Home", id: "/home" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -127,11 +127,12 @@ export default function BlogPage() {
|
|||||||
text: "View All Articles", onClick: () => console.log("View all clicked")
|
text: "View All Articles", onClick: () => console.log("View all clicked")
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/> )}
|
/>
|
||||||
|
)}
|
||||||
|
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Dialed Web"
|
logoText="dialedweb"
|
||||||
copyrightText="© 2025 Dialed Web. All rights reserved."
|
copyrightText="© 2025 dialedweb. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user