feat: implement landing page structure with legal pages, footer, CTA, and domain redirection proxy
This commit is contained in:
@@ -63,7 +63,7 @@ export const translations = {
|
||||
cols: [
|
||||
{ title: 'Produkt', links: ['Features', 'Technologie', 'App laden', 'Support'] },
|
||||
{ title: 'Ressourcen', links: ['So funktioniert es', 'FAQ', 'Support'] },
|
||||
{ title: 'Rechtliches', links: ['Impressum', 'Datenschutz'] },
|
||||
{ title: 'Rechtliches', links: ['Impressum', 'Datenschutz', 'Nutzungsbedingungen'] },
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -129,7 +129,7 @@ export const translations = {
|
||||
cols: [
|
||||
{ title: 'Product', links: ['Features', 'Technology', 'Get the App', 'Support'] },
|
||||
{ title: 'Resources', links: ['How it works', 'FAQ', 'Support'] },
|
||||
{ title: 'Legal', links: ['Imprint', 'Privacy Policy'] },
|
||||
{ title: 'Legal', links: ['Imprint', 'Privacy Policy', 'Terms of Service'] },
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -195,7 +195,7 @@ export const translations = {
|
||||
cols: [
|
||||
{ title: 'Producto', links: ['Funciones', 'Tecnologia', 'Descargar', 'Support'] },
|
||||
{ title: 'Recursos', links: ['Como funciona', 'FAQ', 'Support'] },
|
||||
{ title: 'Legal', links: ['Aviso legal', 'Privacidad'] },
|
||||
{ title: 'Legal', links: ['Aviso legal', 'Privacidad', 'Terminos del servicio'] },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user