update home page
This commit is contained in:
@@ -24,7 +24,7 @@ export const navigationData: NavItem[] = [
|
||||
label: "Pages",
|
||||
href: "#",
|
||||
children: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "About Us 2", href: "#" },
|
||||
{ label: "Team", href: "#" },
|
||||
{ label: "Gallery Grid", href: "#" },
|
||||
@@ -39,7 +39,7 @@ export const navigationData: NavItem[] = [
|
||||
label: "Services",
|
||||
href: "#",
|
||||
children: [
|
||||
{ label: "Services Page", href: "#" },
|
||||
{ label: "Services Page", href: "/services" },
|
||||
{ label: "Service Single", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -65,6 +65,6 @@ export const navigationData: NavItem[] = [
|
||||
},
|
||||
{
|
||||
label: "Contacts",
|
||||
href: "#",
|
||||
href: "/contacts",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user