cleanup sitemap

This commit is contained in:
zramsay 2023-12-08 14:14:56 -05:00
parent 670cdc52ae
commit f6a53d7932
2 changed files with 15 additions and 90 deletions

View File

@ -1,44 +1,28 @@
{
"data": {
"footer": {
"productsLinks": [
{
"title": "Products",
"href": "/products"
}
],
"partnersLinks": [
{
"title": "Partners",
"href": "/partners"
}
],
"aboutLinks": [
{
"href": "/about",
"title": "About"
},
{
"href": "/about",
"title": "Vision"
},
{
"href": "/about#team",
"title": "Team"
},
{
"href": "/partners",
"title": "Partners"
},
{
"href": "/careers",
"title": "Careers"
},
{
"href": "/contact",
"title": "Contact"
},
{
"href": "/assets/laconic-logo-assets.zip",
"title": "Brand"
}
],
"communityLinks": [
{
"href": "/community",
"title": "Community"
},
{
"href": "/community#events",
"title": "Events"
}
],
"connectLinks": [
@ -54,70 +38,11 @@
"href": "https://www.youtube.com/@Laconic-Network",
"title": "Youtube"
},
{
"href": "https://www.reddit.com/r/LaconicNetwork/",
"title": "Reddit"
},
{
"href": "https://t.me/laconicnetwork",
"title": "Telegram"
},
{
"href": "https://www.linkedin.com/company/laconic-network/",
"title": "Linkedin"
},
{
"href": "https://www.facebook.com/laconicnetwork",
"title": "Facebook"
},
{
"href": "https://instagram.com/laconicnetwork",
"title": "Instagram"
}
],
"developerLinks": [
{
"title": "Developers"
},
{
"href": "https://github.com/LaconicNetwork",
"title": "Github"
},
{
"href": "/about/#roadmap",
"title": "Roadmap"
},
{
"href": "https://discord.com/invite/ukhbBemyxY",
"title": "Chat"
}
],
"productsLinks": [
{
"title": "Products",
"href": "/products"
},
{
"href": "/products/#laconicwatchers",
"title": "Watchers (SDK)"
},
{
"href": "/products/#laconicstack",
"title": "Laconic Stack"
},
{
"href": "/products/#laconicnetwork",
"title": "Laconic Network"
},
{
"href": "/products/#laconicapp",
"title": "Laconic App"
},
{
"href": "/products/#laconictoken",
"title": "(LNT) Token"
}
]
}
}
}
}

View File

@ -97,7 +97,7 @@ export const Footer = ({ data }: Props) => {
</div>
<nav>
<ul>
{data.developerLinks.map((link) => {
{data.productsLinks.map((link) => {
return (
<li key={link.title}>
{link.href && (
@ -111,7 +111,7 @@ export const Footer = ({ data }: Props) => {
})}
</ul>
<ul>
{data.productsLinks.map((link) => {
{data.partnersLinks.map((link) => {
return (
<li key={link.title}>
{link.href && (