npm i framer-motion @radix-ui/react-slot @radix-ui/react-badge
Add imports
import * as React from "react";
import { motion } from "framer-motion";
import Link from "next/link";
import { usePathname } from "next/navigation";
import { cn } from "@/lib/utils";
import { Badge } from "@/components/ui/badge";