import { Sliders, Users, Workflow } from "lucide-react"; import type { ReactNode } from "react"; import { Card, CardContent, CardHeader } from "@/components/ui/card"; export function FeaturesCards() { return (

Everything Your Team Needs to Succeed

Powerful features designed to enhance collaboration, boost productivity, and streamline your workflow.

Streamlined Workflow

Centralize all your knowledge and resources in one intelligent workspace. Find what you need instantly and accelerate decision-making.

Seamless Collaboration

Work together effortlessly with real-time collaboration tools that keep your entire team aligned.

Fully Customizable

Choose from 100+ leading LLMs and seamlessly call any model on demand.

); } const CardDecorator = ({ children }: { children: ReactNode }) => (
{children}
);