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 @@ + + + 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(() =>
- {{ copy.whitelabel.cta }} → + {{ copy.whitelabel.cta }} →
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 @@ + + + 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',