Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-02-11 10:46:24 +01:00 committed by GitHub
parent 176dd7ef90
commit 581e971c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,10 +35,10 @@ export const menuItems = [
icon: <NewBadgeIcon />, icon: <NewBadgeIcon />,
href: "/beta", href: "/beta",
}, },
{ //{
label: "Products", // label: "Products",
href: "/templates", // href: "/templates",
}, //},
{ {
label: "Features", label: "Features",
href: "/features", href: "/features",
@ -54,11 +54,11 @@ export const menuItems = [
}, },
{ {
label: "Become a Partner", label: "Become a Partner",
href: "/partner", href: "mailto:info@openpanel.co",
}, },
{ {
label: "Contact Us", label: "Contact Us",
href: "/contact", href: "mailto:info@openpanel.co",
}, },
], ],
}, },