import { ReactNode } from "react"; import { ArrowRightIcon } from "@radix-ui/react-icons"; import { cn } from "@/lib/utils"; import { Button } from "@/components/ui/button"; const BentoGrid = ({ children, className, }: { children: ReactNode; className?: string; }) => { return (
{description}