Update src/app/blog/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function BlogPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigate", items: [
|
title: "Navigate", items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "#" },
|
||||||
{ label: "Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "Products", href: "#products" },
|
{ label: "Products", href: "#products" },
|
||||||
{ label: "Results", href: "#results" }
|
{ label: "Results", href: "#results" }
|
||||||
@@ -71,7 +71,7 @@ export default function BlogPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources", items: [
|
title: "Resources", items: [
|
||||||
{ label: "Blog", href: "/blog" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Community", href: "#" },
|
{ label: "Community", href: "#" },
|
||||||
{ label: "Support", href: "#contact" }
|
{ label: "Support", href: "#contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user