feat(website): partner application form on /partners

Replace the bare partner CTA with a "Become a partner" section: a pitch
column (with a secondary "book a partner call" link to /demo) plus an
application form — name, company, work email, website, partnership type
(reseller / white-label / not sure) and message. On submit it composes a
prefilled email to info@dezky.eu (interim, no backend), to be swapped for
a real intake/CRM later. Bilingual and responsive.
This commit is contained in:
Ronni Baslund
2026-06-06 19:28:35 +02:00
parent 1ace447f47
commit bd96ef0a33
2 changed files with 135 additions and 2 deletions
+28
View File
@@ -261,6 +261,20 @@ export const COPY = {
['03', 'Lancér', 'Sælg under dit eget brand med os som motoren bagved.'],
],
cta: 'Book en partnersamtale',
form: {
label: 'bliv partner',
heading: 'Bliv partner.',
lede: 'Fortæl os lidt om jer, så vender vi tilbage med et oplæg til, hvordan et partnerskab kan se ud.',
nameLabel: 'Navn', namePh: 'Dit navn',
companyLabel: 'Virksomhed', companyPh: 'Virksomhedens navn',
emailLabel: 'Arbejds-e-mail', emailPh: 'dig@virksomhed.dk',
websiteLabel: 'Website (valgfrit)', websitePh: 'virksomhed.dk',
typeLabel: 'Type partnerskab', typePh: 'Vælg…',
types: ['Forhandler', 'Whitelabel', 'Ved ikke endnu'] as string[],
messageLabel: 'Besked (valgfrit)', messagePh: 'Fortæl os om jeres kunder og mål.',
submit: 'Send ansøgning',
note: 'Din henvendelse sendes til info@dezky.eu. Vi vender tilbage inden for én arbejdsdag.',
},
calc: {
label: 'Regn din margin ud',
heading: 'Se hvad partnerskabet er værd.',
@@ -749,6 +763,20 @@ export const COPY = {
['03', 'Launch', 'Sell under your own brand with us as the engine behind it.'],
],
cta: 'Book a partner call',
form: {
label: 'become a partner',
heading: 'Become a partner.',
lede: 'Tell us a bit about you and we\'ll come back with how a partnership could look.',
nameLabel: 'Name', namePh: 'Your name',
companyLabel: 'Company', companyPh: 'Company name',
emailLabel: 'Work email', emailPh: 'you@company.com',
websiteLabel: 'Website (optional)', websitePh: 'company.com',
typeLabel: 'Partnership type', typePh: 'Select…',
types: ['Reseller', 'White-label', 'Not sure yet'] as string[],
messageLabel: 'Message (optional)', messagePh: 'Tell us about your customers and goals.',
submit: 'Send application',
note: 'Your request is sent to info@dezky.eu. We\'ll get back within one business day.',
},
calc: {
label: 'Calculate your margin',
heading: 'See what the partnership is worth.',