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

(520) 304-8300 Serving Arizona
{/* Main content */}
{/* Footer */}
) } export default App