diff --git a/src/components/Pro.jsx b/src/components/Pro.jsx index 0f956cd..ded798e 100644 --- a/src/components/Pro.jsx +++ b/src/components/Pro.jsx @@ -53,6 +53,7 @@ export function Pro({ user, onLoginClick }) { { +const Card = ({ bg, name, price, subTitle, action, features }) => { return (
@@ -114,9 +116,11 @@ const Card = ({ bg, name, price, action, features }) => { {name} - {' '} {price} + + {subTitle} + {action} {!action && (