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

Built to cover your needs

Libero sapiente aliquam quibusdam aspernatur, praesentium iusto repellendus.

*/}

Customizable

Customize your research agent to your specific needs.

Streamline your workflow

Pull all your knowledge into one place, so you can find what matters and get things done faster.

Seamless Collaboration

Make your company and personal content collaborative.

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