feat: update features section with new descriptions and images

This commit is contained in:
Owen Gretzinger
2025-07-12 00:18:21 -04:00
parent db1eba6e44
commit 47a631efbc
5 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -7,29 +7,29 @@ export default function Features() {
icon: <Mic className="w-8 h-8 text-blue-400" />, icon: <Mic className="w-8 h-8 text-blue-400" />,
title: "Live Transcription", title: "Live Transcription",
description: description:
"Records mic & system audio and uses OpenAI for real-time transcripts. No meeting bots required—transcribe directly from your computer's audio.", "Records mic + system audio and uses OpenAI for real-time transcripts. No meeting bots required.",
image: "/placeholder.svg?height=200&width=300", image: "/transcript.png",
}, },
{ {
icon: <Lightbulb className="w-8 h-8 text-yellow-400" />, icon: <Lightbulb className="w-8 h-8 text-yellow-400" />,
title: "AI-Enhanced Notes", title: "AI-Enhanced Notes",
description: description:
"Generates summaries and highlights from transcripts plus your manual notes, powered by OpenAI. Get intelligent insights from every meeting.", "Generates summaries from transcripts plus your manual notes, powered by OpenAI.",
image: "/placeholder.svg?height=200&width=300", image: "/notes.png",
}, },
{ {
icon: <Settings className="w-8 h-8 text-green-400" />, icon: <Settings className="w-8 h-8 text-green-400" />,
title: "Customization & Privacy", title: "Customization & Privacy",
description: description:
"Edit system prompts, add personal blurbs, and store everything locally. Use your own API keys for complete control and privacy.", "Edit the system prompt and bring your own API key. Everything is stored locally.",
image: "/placeholder.svg?height=200&width=300", image: "/settings.png",
}, },
{ {
icon: <FolderOpen className="w-8 h-8 text-purple-400" />, icon: <FolderOpen className="w-8 h-8 text-purple-400" />,
title: "Easy Management", title: "Easy Management",
description: description:
"Search, delete, copy notes/transcripts, and auto-update the app. Organize your meeting history with powerful management tools.", "Search, delete, and copy your notes & transcripts, and auto-update the app.",
image: "/placeholder.svg?height=200&width=300", image: "/search.png",
}, },
]; ];
@@ -64,7 +64,7 @@ export default function Features() {
<img <img
src={feature.image || "/placeholder.svg"} src={feature.image || "/placeholder.svg"}
alt={`${feature.title} screenshot`} alt={`${feature.title} screenshot`}
className="w-full rounded-lg border border-gray-800" className="w-full"
/> />
</div> </div>
</CardContent> </CardContent>
Binary file not shown.

After

Width:  |  Height:  |  Size: 630 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB