import React, { Component } from 'react'; import '../pricing-plan.css'; import NavBar from './NavBar'; class PricingPlan extends Component { render(){ return(



Basic Package

For those getting started

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #4
< div class='pricing-plan__actions'>

$10

per month

Purchase

Minimum spend over 12 months

Recommended

Intermediate Package

For those getting started

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #4
< div class='pricing-plan__actions'>

$50

per month

Purchase

Minimum spend over 12 months

Luxury Package

For those getting started

< div class='pricing-plan__actions'>

$100

per month

Purchase

Minimum spend over 12 months

) } } export default PricingPlan;