feat: implement instant download functionality with static link (#16)

This commit is contained in:
Owen Gretzinger
2025-07-14 22:32:57 -04:00
committed by GitHub
parent c449847752
commit b6c083ffce
9 changed files with 171 additions and 118 deletions
+8 -2
View File
@@ -75,11 +75,17 @@ export default function Features() {
<div className="bg-gradient-to-r from-blue-600/20 to-purple-600/20 rounded-xl p-8 border border-blue-600/30">
<h3 className="text-2xl font-bold mb-4 text-center">Coming Soon</h3>
<p className="text-gray-300 text-center mb-4">
Google Calendar integration, note templates, AI chat for questions,
and more integrations (email, Slack).
Google Calendar integration, AI chat for questions, and more
integrations (email, Slack).
</p>
<p className="text-blue-400 text-center font-semibold">
<a
href="https://github.com/owengretzinger/meetingnotes"
target="_blank"
className="text-blue-400 hover:text-blue-300 underline transition-colors"
>
Contribute on GitHub to help build these features!
</a>
</p>
</div>
</div>