Update footer-data.tsx

This commit is contained in:
Stefan Pejcic
2025-06-04 14:46:52 +02:00
committed by GitHub
parent 795f1bef06
commit 78d4f64720

View File

@@ -41,7 +41,7 @@ export const menuItems = [
label: "Product",
items: [
{
label: "Features List",
label: "Features",
href: "/features",
},
{
@@ -59,18 +59,14 @@ export const menuItems = [
],
},
{
label: "Company",
label: "About",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Our Blog",
label: "Blog",
href: "/blog",
},
{
label: "Contact Us",
label: "Contact",
href: "mailto:info@openpanel.com",
},
],