Join our partner program and get your devices listed on the ThingsBoard website with integration guides and showcases.
- Learn about the program + Apply for the program diff --git a/src/pages/partners/hardware/apply.astro b/src/pages/partners/hardware/apply.astro deleted file mode 100644 index 966b9f1d4d..0000000000 --- a/src/pages/partners/hardware/apply.astro +++ /dev/null @@ -1,311 +0,0 @@ ---- -import BaseLayout from '../../../layouts/BaseLayout.astro'; ---- - -Questions about partner programs? Contact us.
-ThingsBoard helps you to sell your devices by enabling interactive visualization and control of your device behavior for specific IoT use case. As a hardware manufacturer, you benefit from marketing exposure to thousands of system integrator companies that use the ThingsBoard platform as a basis for their solutions.
-| - {PROGRAM_TIERS.map((tier) => ( - |
-
-
-
-
- {tier.name}
- Partner
-
- |
- ))}
-
|---|---|
| {feature} | - {PROGRAM_TIERS.map((tier) => { - const val = tier.features[feature]; - const isChecked = val === true || (typeof val === 'string' && val.includes('true')); - const footnote = typeof val === 'string' && val.startsWith('***') ? '***' : typeof val === 'string' && val.startsWith('**') ? '**' : ''; - return ( -
- {isChecked ? (
-
- |
- );
- })}
-
| - {PROGRAM_TIERS.map((tier) => ( - | - {tier.price} - {tier.period && {tier.period}} - | - ))} -
| - {PROGRAM_TIERS.map((tier) => ( - | - Apply - | - ))} -
{note}
- ))} -