import { siteConfig } from '@/lib/site' export function Features() { return (

Key Features

{siteConfig.features.map((feature, index) => (

{feature}

Powerful tools and features to enhance your workflow.

))}
) }