import React from 'react'; import { Link } from 'react-router-dom'; import OnboardingImage from '../images/onboarding-image.jpg'; import OnboardingDecoration from '../images/auth-decoration.png'; function Onboarding01() { return (
{/* Content */}
{/* Header */}
{/* Logo */}
Have an account? Sign In
{/* Progress bar */}
  • 1
  • 2
  • 3
  • 4

Tell us what’s your situation ✨

{/* Form */}
Next Step ->
{/* Image */}
); } export default Onboarding01;