diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 3deeb5b1..abc504e9 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -42,7 +42,7 @@ const navigation = [ }, { name: 'Support', href: 'https://support.stats.fm' }, { name: 'Feedback', href: 'https://feedback.stats.fm' }, - // { name: 'Business', href: '/business' }, + { name: 'Partner with us', href: '/partners' }, ]; export const NavBar = () => { diff --git a/src/pages/partners/index.tsx b/src/pages/partners/index.tsx index c78ba011..3b9a9616 100644 --- a/src/pages/partners/index.tsx +++ b/src/pages/partners/index.tsx @@ -24,9 +24,9 @@ const solutions = [ icon: MdAdsClick, }, { - name: 'Data Packs', + name: 'Insight Packs', description: - 'Unlock your story with custom data dashboards for insights on festivals, tours and launches with stats.fm.', + 'Unlock your story with custom dashboards for insights on festivals, tours and launches with stats.fm.', icon: MdDataset, }, {