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

1. Getting Started

{/* Creating an Account */}

Creating an Account

Navigate to motovaultpro.com and click the Sign Up button in the top-right corner of the navigation bar.

Sign Up Page

The registration page displays the MotoVaultPro logo and a clean form with the following fields:

After filling in all fields, click the Create Account button.

If you already have an account, click the Login link at the bottom of the form.

After registration, you will receive a verification email. Click the link in the email to verify your account before logging in.

{/* Logging In */}

Logging In

Click the Login button in the top-right corner of the navigation bar. You will be redirected to the secure login page powered by Auth0.

Login Page

Enter your registered email address, then click Continue. On the next screen, enter your password and click Continue to log in.

After successful authentication, you will be redirected to the Dashboard.

{/* Onboarding */}

Onboarding

First-time users see an onboarding flow with three steps:

  1. Preferences -- Choose your preferred unit system (Imperial or Metric), distance units, and notification preferences.
  2. Add Your First Vehicle -- Enter your first vehicle's details (you can skip this step and add vehicles later).
  3. Complete -- A welcome screen with quick links to get started exploring the app.

The onboarding experience is designed to get you up and running quickly. During the preferences step, you can configure:

  • Your preferred unit system (Imperial or Metric) for distance, volume, and fuel economy
  • Notification preferences for maintenance reminders
  • Default settings for fuel logging and vehicle tracking

The optional vehicle setup step allows you to add your first vehicle immediately, but you can skip it and add vehicles later from the Vehicles page.

Once onboarding is complete, you will land on the Dashboard and can begin managing your fleet immediately.

{/* Trouble Logging In */}

Trouble Logging In

If you are having trouble logging in, try the following password reset and account recovery options.

Common login issues and solutions:

MotoVaultPro uses Auth0 for secure authentication, ensuring your account credentials are protected with industry-standard security measures including encryption and multi-factor authentication support.

); };