diff --git a/src/data/tools.json b/src/data/tools.json index 618377d..6c76d54 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -766,6 +766,12 @@ "tag": "Starting at $125/mo", "url": "https://edison-ai.com/mosaic?ref=riseofmachine.com" }, + { + "title": "Mutual", + "body": "Customer service with AI.", + "tag": "Freemium", + "url": "https://mutual.info/?ref=riseofmachine.com" + }, { "title": "My AskAI", "body": "AI customer service assistant.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8adb002..c21378d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -17,9 +17,6 @@ const { site, title, tagline } = Astro.props;