import { GuideScreenshot } from '../components/GuideScreenshot'; export const MobileExperienceSection = () => { return (

10. Mobile Experience

MotoVaultPro is fully responsive and works on both desktop and mobile devices.

Mobile Navigation

On mobile, the sidebar is replaced by:

Mobile Optimizations

  • Touch-friendly buttons and targets (minimum 44px)
  • Swipe gestures for image viewing
  • Camera integration for VIN scanning and receipt capture
  • Full-screen forms for data entry
  • Responsive card layouts that stack vertically on smaller screens

All features available on desktop are also available on mobile -- no functionality is lost on smaller screens.

); };