app/maintenance/page.tsx(265,121): error TS2322: Type '{ children: string; class: string; }' is not assignable to type 'DetailedHTMLProps, HTMLSpanElement>'. Property 'class' does not exist on type 'DetailedHTMLProps, HTMLSpanElement>'. Did you mean 'className'? components/CheckoutForm.tsx(183,19): error TS2322: Type '{ clientSecret: string; appearance: { theme: string; variables: { colorPrimary: string; colorBackground: string; colorText: string; colorDanger: string; fontFamily: string; spacingUnit: string; borderRadius: string; iconColor: string; }; rules: { ...; }; }; }' is not assignable to type 'StripeElementsOptions'. Type '{ clientSecret: string; appearance: { theme: string; variables: { colorPrimary: string; colorBackground: string; colorText: string; colorDanger: string; fontFamily: string; spacingUnit: string; borderRadius: string; iconColor: string; }; rules: { ...; }; }; }' is not assignable to type 'StripeElementsOptionsModeSetup'. Type '{ clientSecret: string; appearance: { theme: string; variables: { colorPrimary: string; colorBackground: string; colorText: string; colorDanger: string; fontFamily: string; spacingUnit: string; borderRadius: string; iconColor: string; }; rules: { ...; }; }; }' is not assignable to type 'StripeElementsOptionsModeBase'. Types of property 'clientSecret' are incompatible. Type 'string' is not assignable to type 'never'.