import { WizardContainer } from '@/components/wizard/WizardContainer'
import { Shield, Phone, MapPin } from 'lucide-react'
function App() {
return (
{/* Header */}
AZ
AZ Computer Guru
IT Services Quote Builder
{/* Main content */}
{/* Footer */}
)
}
export default App