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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
},
],