import { Card, CardHeader, CardTitle, CardContent, CardDescription, } from "@/components/ui/card"; import { PhotoIcon } from "@heroicons/react/24/solid"; export function PatternCanvasPlaceholder() { return (
Pattern Preview No pattern loaded
{/* Decorative background pattern */}

No Pattern Loaded

Connect to your machine and choose a PES embroidery file to see your design preview

Drag to Position
Zoom & Pan
Real-time Preview
); }