AeonVox - welcome.tsx
welcome.tsx
about.mdcontact.jsonterms.legalprivacy.legalrefunds.legal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import { Company } from '@aeonvox/core';
/**
* @status
Under Construction
* @description Building the future of software development
*/
interface AeonVox {
name: 'AeonVox';
tagline: 'Crafting Excellence Through Code';
mission: 'Building innovative software solutions that empower businesses';
services: [
'Custom Software Development',
'Web & Mobile Applications',
'Cloud Architecture & DevOps',
'Technical Consulting'
];
}
// Coming Soon - Launching our platform
// Take action
export default AeonVox;
main
0
0
TypeScript JSXUTF-8LF