diff --git a/apps/website/components/landing/PartnerCalculator.vue b/apps/website/components/landing/PartnerCalculator.vue
new file mode 100644
index 0000000..ca28b3e
--- /dev/null
+++ b/apps/website/components/landing/PartnerCalculator.vue
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+ {{ c.seatsLabel }}
+ {{ seats }}
+
+
+
+
+
+ {{ c.marginLabel }}
+ {{ marginPct }} %
+
+
+
+
+
+
+
+
{{ c.monthlyLabel }}
+
{{ fmtMonthly }}
+
+ {{ c.annualLabel }} {{ fmtAnnual }}
+
+
+
+
diff --git a/apps/website/components/landing/Whitelabel.vue b/apps/website/components/landing/Whitelabel.vue
index 1571ae4..82af989 100644
--- a/apps/website/components/landing/Whitelabel.vue
+++ b/apps/website/components/landing/Whitelabel.vue
@@ -45,7 +45,7 @@ const partnerCards = computed(() =>
diff --git a/apps/website/pages/partners.vue b/apps/website/pages/partners.vue
new file mode 100644
index 0000000..ada8885
--- /dev/null
+++ b/apps/website/pages/partners.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+ {{ c.benefitsLabel }}
+
+
+
{{ b[0] }}
+
{{ b[1] }}
+
+
+
+
+
+
+
+
{{ c.calc.heading }}
+
{{ c.calc.label }}
+
+
+ {{ c.calc.note }}
+
+
+
+
+
+
{{ c.compare.heading }}
+
{{ c.compare.label }}
+
+
+
+
+
{{ c.compare.cols[0] }}
+
{{ c.compare.cols[1] }}
+
+
+
{{ row[0] }}
+
{{ row[1] }}
+
{{ row[2] }}
+
+
+
+
+
+
+
+
{{ c.tiers.heading }}
+
{{ c.tiers.label }}
+
+
+
+
+
{{ tier[0] }}
+
{{ tier[1] }}
+
+
+ {{ tier[2] }}
+ margin
+
+
+
+
+ {{ c.tiers.note }}
+
+
+
+
+ {{ c.stepsLabel }}
+
+
+
step {{ step[0] }}
+
{{ step[1] }}
+
{{ step[2] }}
+
+
+
+
+
+
+
+
{{ c.faq.heading }}
+
{{ c.faq.label }}
+
+
+
+
+
{{ item[1] }}
+
+
+
+
+
+
+ {{ c.cta }} →
+
+
diff --git a/apps/website/utils/landingCopy.ts b/apps/website/utils/landingCopy.ts
index fe517fe..c2eef90 100644
--- a/apps/website/utils/landingCopy.ts
+++ b/apps/website/utils/landingCopy.ts
@@ -77,7 +77,7 @@ export const COPY = {
bullets: [
'Fuldt whitelabel-tema · CSS og logo',
'Multi-tenant administration',
- 'Marginer på 30–45 % afhængigt af volumen',
+ 'Marginer på 15–40 % afhængigt af volumen',
'Co-marketing og kundeleads via partnernetværk',
],
cta: 'Se partnerprogrammet',
@@ -363,7 +363,7 @@ export const COPY = {
bullets: [
'Full whitelabel theme · CSS and logo',
'Multi-tenant administration',
- 'Margins of 30–45% by volume',
+ 'Margins of 15–40% by volume',
'Co-marketing and leads via partner network',
],
cta: 'See the partner program',