import {YogaPriceComponent_Plain} from "@/types/generated-strapi-interfaces/api/yoga-price-component"; import {PriceItemComponent} from "@/components/price.item.component"; export interface Props{ config: YogaPriceComponent_Plain } const PricingComponent = ({config: { title,header,description,prices}}: Props) => { return (
{title}

{header}

{description}

{ prices.map(value => ) } {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

Standard

*/} {/*
    */} {/*
  • */} {/* Pay as you go*/} {/*
  • */} {/*
  • */} {/* Perfect for*/} {/* non-residence*/} {/*
  • */} {/*
*/} {/*
*/} {/* $30*/} {/* /per month*/} {/*
*/} {/*
*/} {/* Enroll*/} {/* Now*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

Professional

*/} {/*
    */} {/*
  • */} {/* Short-term comitment*/} {/*
  • */} {/*
  • */} {/* Online training for all*/} {/*
  • */} {/*
*/} {/*
*/} {/* $120*/} {/* /per month*/} {/*
*/} {/*
*/} {/* Enroll*/} {/* Now*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

Private

*/} {/*
    */} {/*
  • */} {/* Long-term comitment*/} {/*
  • */} {/*
  • */} {/* 24/7 Available*/} {/*
  • */} {/*
*/} {/*
*/} {/* $250*/} {/* /per month*/} {/*
*/} {/*
*/} {/* Enroll*/} {/* Now*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/}
); } export default PricingComponent;