import React from "react"; const PricingHero = () => { return (

Pricing

per Month

46 €

3 Months

138 €

110 €

6 Months

552 €

390 €

); }; export default PricingHero;