feat(website): expand about page (problem + founders)
Extend /about with the "why": a "the problem" section (jurisdiction vs geography, creeping prices, lock-in, vendor sprawl) as a 2x2 pain grid, and a "we're founders ourselves" section. Both bilingual and responsive. Also point the footer partner link to /partners (was the homepage #whitelabel section).
This commit is contained in:
@@ -146,6 +146,21 @@ export const COPY = {
|
||||
['Åbenhed', 'Bygget på åbne standarder og open source. Ingen proprietære fælder.'],
|
||||
['Forudsigelighed', 'Fast pris i kontraktperioden. Ingen ensidige ændringer.'],
|
||||
],
|
||||
painLabel: 'problemet',
|
||||
painHeading: 'Din digitale arbejdsplads er amerikansk som standard.',
|
||||
painLede: 'For de fleste europæiske virksomheder kører mail, filer, møder og chat gennem amerikanske hyperscalere — uanset hvilken "region" der står i indstillingerne. Det er ikke et teknisk problem. Det er et spørgsmål om kontrol.',
|
||||
pains: [
|
||||
['Jurisdiktion, ikke geografi', 'En "EU-region" ændrer ikke, hvem der juridisk kan tvinges til at udlevere dine data. CLOUD Act rækker derhen, hvor moderselskabet hører hjemme.'],
|
||||
['Priser, der kryber', 'Licenser stiger, funktioner rykker op i dyrere niveauer, og vilkår ændres ensidigt. Du budgetterer efter en pris, du ikke selv styrer.'],
|
||||
['Lock-in by design', 'Proprietære formater og API\'er gør det dyrt og langsomt at flytte. Jo længere du bliver, jo sværere er det at gå.'],
|
||||
['Fem leverandører, fem logins', 'Mail ét sted, filer et andet, møder et tredje — fragmenteret, dyrt og svært at administrere, især for mindre teams.'],
|
||||
] as [string, string][],
|
||||
foundersLabel: 'holdet',
|
||||
foundersHeading: 'Vi er selv founders.',
|
||||
founders: [
|
||||
'Dezky bygges af founders — ikke af et udvalg. Vi har selv stiftet og drevet softwarevirksomheder, betalt de stigende Microsoft- og Google-regninger, svaret på kundernes compliance-spørgsmål og mærket lock-in på egen krop.',
|
||||
'Derfor bygger vi det værktøj, vi selv manglede: én suveræn arbejdsplads med ærlig pris og uden lock-in. Vi bruger den hver dag selv — og du taler med dem, der rent faktisk bygger den, ikke et supportlag tre niveauer væk.',
|
||||
],
|
||||
},
|
||||
contact: {
|
||||
label: 'kontakt',
|
||||
@@ -410,7 +425,7 @@ export const COPY = {
|
||||
cols: [
|
||||
['Produkt', [['Funktioner', '/#suite'], ['Sikkerhed', '/#sovereignty'], ['Roadmap', '/roadmap'], ['Status', '/status'], ['Changelog', '/changelog']]],
|
||||
['Selskab', [['Om os', '/about'], ['Kunder', '/customers'], ['Karriere', '/careers'], ['Presse', '/press'], ['Kontakt', '/contact']]],
|
||||
['Ressourcer', [['Docs', '/docs'], ['Migrationsguide', '/migration'], ['Partnere', '/#whitelabel'], ['Blog', '/blog'], ['Brand', '/brand']]],
|
||||
['Ressourcer', [['Docs', '/docs'], ['Migrationsguide', '/migration'], ['Partnere', '/partners'], ['Blog', '/blog'], ['Brand', '/brand']]],
|
||||
['Juridisk', [['Privatlivspolitik', '/privacy'], ['Databehandler', '/dpa'], ['Vilkår', '/terms'], ['SLA', '/sla'], ['Cookies', '/cookies']]],
|
||||
] as [string, [string, string][]][],
|
||||
copyright: '© 2026 Dezky ApS. Alle rettigheder forbeholdes.',
|
||||
@@ -558,6 +573,21 @@ export const COPY = {
|
||||
['Openness', 'Built on open standards and open source. No proprietary traps.'],
|
||||
['Predictability', 'Fixed pricing for the contract term. No unilateral changes.'],
|
||||
],
|
||||
painLabel: 'the problem',
|
||||
painHeading: 'Your digital workplace is American by default.',
|
||||
painLede: 'For most European businesses, mail, files, meetings and chat run through American hyperscalers — no matter which "region" the settings say. That\'s not a technical problem. It\'s a question of control.',
|
||||
pains: [
|
||||
['Jurisdiction, not geography', 'An "EU region" doesn\'t change who can legally be compelled to hand over your data. The CLOUD Act reaches to wherever the parent company is based.'],
|
||||
['Prices that creep', 'Licenses rise, features move into pricier tiers, and terms change unilaterally. You budget around a price you don\'t control.'],
|
||||
['Lock-in by design', 'Proprietary formats and APIs make leaving slow and expensive. The longer you stay, the harder it gets to go.'],
|
||||
['Five vendors, five logins', 'Mail in one place, files in another, meetings in a third — fragmented, costly and hard to administer, especially for smaller teams.'],
|
||||
] as [string, string][],
|
||||
foundersLabel: 'the team',
|
||||
foundersHeading: 'We\'re founders ourselves.',
|
||||
founders: [
|
||||
'Dezky is built by founders — not by a committee. We\'ve started and run software companies ourselves, paid the rising Microsoft and Google bills, answered customers\' compliance questions, and felt lock-in first-hand.',
|
||||
'So we\'re building the tool we wished we had: one sovereign workplace with honest pricing and no lock-in. We use it every day ourselves — and you talk to the people actually building it, not a support layer three levels away.',
|
||||
],
|
||||
},
|
||||
contact: {
|
||||
label: 'contact',
|
||||
@@ -822,7 +852,7 @@ export const COPY = {
|
||||
cols: [
|
||||
['Product', [['Features', '/#suite'], ['Security', '/#sovereignty'], ['Roadmap', '/roadmap'], ['Status', '/status'], ['Changelog', '/changelog']]],
|
||||
['Company', [['About', '/about'], ['Customers', '/customers'], ['Careers', '/careers'], ['Press', '/press'], ['Contact', '/contact']]],
|
||||
['Resources', [['Docs', '/docs'], ['Migration guide', '/migration'], ['Partners', '/#whitelabel'], ['Blog', '/blog'], ['Brand', '/brand']]],
|
||||
['Resources', [['Docs', '/docs'], ['Migration guide', '/migration'], ['Partners', '/partners'], ['Blog', '/blog'], ['Brand', '/brand']]],
|
||||
['Legal', [['Privacy', '/privacy'], ['DPA', '/dpa'], ['Terms', '/terms'], ['SLA', '/sla'], ['Cookies', '/cookies']]],
|
||||
] as [string, [string, string][]][],
|
||||
copyright: '© 2026 Dezky ApS. All rights reserved.',
|
||||
|
||||
Reference in New Issue
Block a user