import React from "react"; import { Grid, GridItem, Image, Text } from "@chakra-ui/react"; const fontSize = "md"; function AboutComponent() { return ( Geoff Seemueller If you're interested in collaborating on innovative projects that push technological boundaries and create real value, I'd be keen to connect and explore potential opportunities. ); } export default AboutComponent;