1
const AboutMe = () => {
2
    name: 'Greg Jones',
3
    bio: 'Hi, I\'m Greg Jones, a seasoned investor and operator running a single family office. I thrive on diving into all asset classes, with a keen focus on Venture Capital, where innovation and disruption are the names of the game. Beyond the boardroom, I\'m automation obsessed—whether it’s optimizing workflows, building smart home systems, or finding new ways to automate life’s routines. Every day is an opportunity to explore new tech, craft efficient processes, and push the boundaries of what’s possible. Welcome to my world, where investment meets innovation and automation drives everything.',
4
    experience: [ 'Technology Firms', 'Venture Capital', 'Family Office' ]
5
};
6
const Contact = () => {
7
    X: 'https://x.com/gregjones_SWS',
8
    LinkedIn: 'https://www.linkedin.com/in/gregjonesmba/'
9
};
Get in Touch