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

Get familiar with our pricing plans

{/* lg+ */}
{/* Example Row */} {/* Repeat for other rows */} {/* Example Row */} {/* Repeat for other rows */} {/* Example Row */} {/* Repeat for other rows */} {/* Example Row */} {/* Repeat for other rows */} {/* Example Row */} {/* Repeat for other rows */}
{" "} Free{" "}

$0

Per month

{" "} Individuals{" "}

$150

Per month

{" "} Popular{" "}

$250

Per month

{" "} Enterprise and Hospitals{" "}

$850

Per month

Credits 200 600 1000 5000
Access to core features
Advanced Diagnostic tools
Affiliate Plan
Priority Customer Support 24/7
{/* xs to lg */}
Free

$0

{" "} Per month{" "}
Team

$99

{" "} Per month{" "}
{" "} Popular{" "}

$150

{" "} Per month{" "}
{" "} Enterprise{" "}

$490

{" "} Per month{" "}
); }; export default Pricing;