/* /componens/plan.jsx */ 'use client'; import { useState } from 'react' function createMarkup(html) { return {__html: html} } function formatPrice(price) { return price / 100 } function formatInterval(interval, intervalCount) { return intervalCount > 1 ? `${intervalCount} ${interval}s` : interval } function IntervalSwitcher({ intervalValue, changeInterval }) { return (
Payments are processed securely by Lemon Squeezy.
> ) }