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