feat(website): partner program page + reseller conversion sections

Add the /partners page rendering the partner pitch: benefits, an interactive
margin calculator (seats × margin → monthly/annual, off the 49 kr list price),
a reseller-facing "CSP vs Dezky" comparison, partner tiers, a 3-step "get
started", and a partner FAQ. Wire the section-06 "see the partner program"
button to it, and align the whitelabel margin bullet to 15–40%.
This commit is contained in:
Ronni Baslund
2026-06-05 14:46:22 +02:00
parent 0a35d9deb6
commit 2e400d86c5
4 changed files with 204 additions and 3 deletions
@@ -45,7 +45,7 @@ const partnerCards = computed(() =>
</div>
</div>
<div :style="{ marginTop: '40px' }">
<LandingBtn variant="secondary" size="lg">{{ copy.whitelabel.cta }} </LandingBtn>
<LandingBtn variant="secondary" size="lg" @click="navigateTo('/partners')">{{ copy.whitelabel.cta }} </LandingBtn>
</div>
</div>
<div :style="{ display: 'flex', flexDirection: 'column', gap: '16px' }">