A beautyful footer for your website.
npm install framer-motion lucide-react
You need to install different shadcn components according to different components, like this:
npx shadcn@latest add badge separator
import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}