diff --git a/frontend/src/components/PicoBadge.tsx b/frontend/src/components/PicoBadge.tsx index 872d575..34ee4b5 100644 --- a/frontend/src/components/PicoBadge.tsx +++ b/frontend/src/components/PicoBadge.tsx @@ -1,16 +1,15 @@ import { Settings } from "../types"; +import PricingDialog from "./payments/PricingDialog"; export function PicoBadge({ settings }: { settings: Settings }) { return ( <> - -
- buy 100 code generations for $15
-
-
+ > + + { + return ( + + buy 100 code generations for $15 + + + + Save Hours of Development Time + + + +
+
+ {/* Free Plan */} +
+

Hobby

+

Great to start

+
+ $15 + {/* / month */} +
+
+ + +
    +
  • + + 100 credits +
  • +
  • + + Email support +
  • +
+
+ + {/* Economy Plan */} +
+

Pro

+

Higher limits

+
+ $40 + {/* / month */} +
+ + + + + +
    +
  • + + 300 credits +
  • +
  • + + Slack support +
  • +
+
+
+
+

+ 1 credit = 1 code generation. Unused credits expire after 90 days. +

+ + + + {/* Logos */} +
+
+ {LOGOS.map((companyName) => ( + {companyName} + ))} +
+
+ Designers and engineers from these organizations use Screenshot to + Code to build interfaces faster. +
+
+ + + ); +}; + +export default PricingDialog;