improvement: metadata and docs

This commit is contained in:
Emir Karabeg
2025-04-28 03:19:47 -07:00
parent 22036b0b02
commit 24859ded1a
9 changed files with 97 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import {
IconAdjustmentsBolt,
IconCloud,
IconCurrencyDollar,
IconHistory,
IconEaseInOut,
IconHeart,
IconHelp,
@@ -14,7 +14,8 @@ export function Features() {
const features = [
{
title: 'Multi-LLM Support',
description: 'Connect to any LLM provider including OpenAI, Anthropic, and more',
description:
'Connect to any LLM provider including OpenAI, Anthropic, and more',
icon: <IconCloud />,
},
{
@@ -33,7 +34,7 @@ export function Features() {
icon: <IconEaseInOut />,
},
{
title: '100+ Integrations',
title: '40+ Integrations',
description: 'Connect to hundreds of external services and data sources',
icon: <IconAdjustmentsBolt />,
},
@@ -45,7 +46,7 @@ export function Features() {
{
title: 'Version Control',
description: 'Track changes and roll back to previous versions',
icon: <IconCurrencyDollar />,
icon: <IconHistory />,
},
{
title: 'Team Collaboration',
@@ -87,7 +88,9 @@ export const Feature = ({
{index >= 4 && (
<div className="opacity-0 group-hover/feature:opacity-100 transition duration-200 absolute inset-0 h-full w-full bg-gradient-to-b from-neutral-100 dark:from-neutral-800 to-transparent pointer-events-none" />
)}
<div className="mb-4 relative z-10 px-10 text-neutral-600 dark:text-neutral-400">{icon}</div>
<div className="mb-4 relative z-10 px-10 text-neutral-600 dark:text-neutral-400">
{icon}
</div>
<div className="text-lg font-bold mb-2 relative z-10 px-10">
<div className="absolute left-0 inset-y-0 h-6 group-hover/feature:h-8 w-1 rounded-tr-full rounded-br-full bg-neutral-300 dark:bg-neutral-700 group-hover/feature:bg-purple-500 transition-all duration-200 origin-center" />
<span className="group-hover/feature:translate-x-2 transition duration-200 inline-block text-neutral-800 dark:text-neutral-100">