'use client'; import { motion } from 'framer-motion'; import { personal } from '@/content/personal'; import { SiGithub } from 'react-icons/si'; import styles from './Contact.module.scss'; export default function Contact() { return (
Let's work together. Have a project in mind or just want to chat? My inbox is always open. {personal.email}
); }