import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { LightBulbIcon } from "./Icons"; export const HeroCards = () => { return (
{/* Service */}
IMAGE Some nice image conveying DocVerifyRAG use
); };