import { FancyUnderline, GroupedText, Text } from "./utils/Text"; export const About = () => { return ( I am a{" "} software engineer {" "} at the BBC and a{" "} student, currently pursuing a BSc in Software Engineering at the University of Glasgow. You'll usually find me nerding out about technology and playing video games. I also really enjoy contributing to open source projects, mainly{" "} Catppuccin . ); };