Files
InsanityLab-web/src/data/pricing.ts
T

18 lines
1.0 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const performanceClassPricing = {
heading: "Acquista la tua performance class",
intro: "Questi sono i programmi delle classi di Insanity Lab selezionati per voi. Abbiamo scelto i migliori percorsi per offrirvi un'esperienza di allenamento completa e mirata.",
groups: [
{
label: "Programmi performance class semestrale",
open: true,
plans: [
{ monthly: 130, entries: 1, note: "tot: 780€ · da 23€ lezione singola", installments: "2 rate da 390€ inizio 60", best: "best price 720€" },
{ monthly: 234, entries: 2, note: "tot: 1.400€ · da 23€ lezione singola", installments: "2 rate da 700€ inizio 60", best: "best price 1.250€" },
{ monthly: 300, entries: 3, note: "tot: 1.800€ · da 23€ lezione singola", installments: "2 rate da 900€ inizio 60", best: "best price 1.650€" },
],
},
{ label: "Programmi performance class trimestrale", open: false, plans: [] },
{ label: "Programmi performance class mensile", open: false, plans: [] },
],
};