chore(hero-section): remove Obsidian feature from hero section

- Deleted the Obsidian & Knowledge Base Sync feature from the hero section to streamline content and focus on currently available features.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-05-31 17:30:24 -07:00
parent 8005e6face
commit 6b3e34aae0

View file

@ -231,13 +231,6 @@ const CATEGORIES: HeroCategory[] = [
src: null,
comingSoon: true,
},
{
id: "obsidian",
title: "Obsidian & Knowledge Base Sync",
description: "Keep your Obsidian vault and personal knowledge base in sync.",
src: null,
comingSoon: true,
},
],
},
];