import { Link } from 'react-router-dom' import { ArrowLeft, FileSpreadsheet, Package } from 'lucide-react' export default function NewOrderPage() { return (
Back

New Order

{/* Excel Upload */}

Upload Excel

Import order items from an Excel template file with product data and components.

{/* Product Library */}

Product Library

Select products from the library and configure output types for rendering.

) }