From f6a53d79324a32373c925f4fc94e0c1a9cf55608 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 8 Dec 2023 14:14:56 -0500 Subject: [PATCH] cleanup sitemap --- json/site_content/footer.json | 101 ++++--------------------- src/components/common/footer/index.tsx | 4 +- 2 files changed, 15 insertions(+), 90 deletions(-) diff --git a/json/site_content/footer.json b/json/site_content/footer.json index a5ef3cc..cf39312 100644 --- a/json/site_content/footer.json +++ b/json/site_content/footer.json @@ -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" } ] } } -} \ No newline at end of file +} diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index 284352e..19c2258 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -97,7 +97,7 @@ export const Footer = ({ data }: Props) => {