import { cn } from '@/lib/utils'; import { motion } from 'framer-motion'; import NextImage from 'next/image'; import { useState } from 'react'; import { Button } from './ui/button'; type Frame = { id: string; label: string; key: string; Component: React.ComponentType; }; function LivePreview() { return (