mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update footer-data.tsx
This commit is contained in:
parent
795f1bef06
commit
78d4f64720
@ -41,7 +41,7 @@ export const menuItems = [
|
|||||||
label: "Product",
|
label: "Product",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Features List",
|
label: "Features",
|
||||||
href: "/features",
|
href: "/features",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -59,18 +59,14 @@ export const menuItems = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Company",
|
label: "About",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "Blog",
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Our Blog",
|
|
||||||
href: "/blog",
|
href: "/blog",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact",
|
||||||
href: "mailto:info@openpanel.com",
|
href: "mailto:info@openpanel.com",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user