import { Protip } from '@/components/blog/Protip'; import { Button } from '@/components/shared/ui/button'; import clsx from 'clsx'; import { SparklesIcon } from 'lucide-react'; export const InstallBlurb = ({ className }: { className?: string }) => { return (

Skip the setup and deploy in 5 minutes.

); };